summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 77bf4d48..6f9f7e34 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -903,8 +903,8 @@ angular.module('zmApp', [
ZMDataModel.init();
EventServer.init();
- if ($rootScope.platformOS == "desktop")
- zmCheckUpdates.start();
+ //if ($rootScope.platformOS == "desktop")
+ zmCheckUpdates.start();
// for making sure we canuse $state.go with ng-click
// needed for views that use popovers
$rootScope.$state = $state;