From 2529f6ed576fd0776cca6afcba62f7fdce4858be Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 18 Oct 2016 19:59:56 -0400 Subject: 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 --- www/js/ImportantMessageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/ImportantMessageCtrl.js') 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; -- cgit v1.2.3