summaryrefslogtreecommitdiff
path: root/www/templates/log.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/log.html')
-rw-r--r--www/templates/log.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/log.html b/www/templates/log.html
index c664901d..5b4ff864 100644
--- a/www/templates/log.html
+++ b/www/templates/log.html
@@ -7,10 +7,10 @@
<a class="button button-icon icon ion-arrow-swap" ng-href="" ng-click="flipLogs()"></a>
<a ng-if="logEntity == $root.appName" class="button button-icon icon ion-trash-a" ng-href="" ng-click="deleteLogs()"></a>
<div ng-if="$root.platformOS!='desktop'">
- <a style="" class="button button-icon icon ion-email" ng-href="" ng-click="sendEmail(log.logString)"> </a>
+ <a class="button button-icon icon ion-email" ng-href="" ng-click="sendEmail(log.logString)"> </a>
</div>
<div ng-if="$root.platformOS=='desktop'">
- <a style="" class="button button-icon icon ion-android-download" ng-href="" ng-click="sendEmail(log.logString)"> </a>
+ <a class="button button-icon icon ion-android-download" ng-href="" ng-click="sendEmail(log.logString)"> </a>
</div>
</ion-nav-buttons>
<ion-content scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll>