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 5ddaf0f7..c4ad9300 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -470,6 +470,7 @@ angular.module('zmApp', [
$rootScope.toString = "";
$rootScope.loggedIntoZm = 0;
$rootScope.websocketActive = 0;
+
//console.log ("HERE");
ZMDataModel.init();
@@ -479,9 +480,8 @@ angular.module('zmApp', [
$rootScope.$stateParams = $stateParams;
var loginData = ZMDataModel.getLogin();
-
+
-
// This code takes care of trapping the Android back button
// and takes it to the menu.
$ionicPlatform.registerBackButtonAction(function (e) {