summaryrefslogtreecommitdiff
path: root/www/js/ImportantMessageCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-18 19:59:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-18 19:59:56 -0400
commit2529f6ed576fd0776cca6afcba62f7fdce4858be (patch)
treeffc66729218f47574bae1451314863ee26035d2d /www/js/ImportantMessageCtrl.js
parent4720252ba5e1e981c8f78a3e57a36003b91ce82d (diff)
well what do you know, low version check was not working. Now folks using lower than my recommended version will be harangued at each app start
Former-commit-id: 927c8478a9bcbf7f7cef60862932f6ca3a958491
Diffstat (limited to 'www/js/ImportantMessageCtrl.js')
-rw-r--r--www/js/ImportantMessageCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/ImportantMessageCtrl.js b/www/js/ImportantMessageCtrl.js
index 814359cf..29e27d2f 100644
--- a/www/js/ImportantMessageCtrl.js
+++ b/www/js/ImportantMessageCtrl.js
@@ -14,7 +14,7 @@ angular.module('zmApp.controllers').controller('zmApp.ImportantMessageCtrl', ['$
// Controller Main
//------------------------------------------------------------------------
$scope.$on('$ionicView.enter', function () {
- //console.log("**VIEW ** LowVersion Ctrl Entered");
+ console.log("**VIEW ** LowVersion Ctrl Entered");
$ionicSideMenuDelegate.canDragContent(true);
$scope.requiredVersion = zm.minAppVersion;
$scope.currentVersion = $stateParams.ver;