summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index f7ca0c7a..f42da9cb 100644
--- a/www/index.html
+++ b/www/index.html
@@ -204,6 +204,16 @@
</ion-item>
</div>
+ <div ng-if="$root.platformOS=='android'">
+ <ion-item ng-click="$root.exitApp();">
+ <span class=" item-icon-left">
+ <i class="icon ion-close-circled"></i>
+ </span> Exit
+ </ion-item>
+
+ </div>
+
+
</ion-list>
</ion-content>
</ion-side-menu>