diff options
Diffstat (limited to 'www/js/LowVersionCtrl.js')
| -rw-r--r-- | www/js/LowVersionCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/LowVersionCtrl.js b/www/js/LowVersionCtrl.js index 54d5644f..3ceda222 100644 --- a/www/js/LowVersionCtrl.js +++ b/www/js/LowVersionCtrl.js @@ -14,7 +14,7 @@ $scope.openMenu = function () { // 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; |
