diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-27 13:57:38 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-27 13:57:38 -0400 |
| commit | 51a65814b743ea0b16eca57288a2c2eb20f9e5ac (patch) | |
| tree | 9e2d552b1420aeefeb7fc890cceac4306cec4cda /www/js/RefreshCtrl.js | |
| parent | 9625319a4b0f288b3a1e3d89664bac0810a892b1 (diff) | |
cleanup
Diffstat (limited to 'www/js/RefreshCtrl.js')
| -rw-r--r-- | www/js/RefreshCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/RefreshCtrl.js b/www/js/RefreshCtrl.js index 43ef9ac6..a29aae96 100644 --- a/www/js/RefreshCtrl.js +++ b/www/js/RefreshCtrl.js @@ -16,7 +16,7 @@ angular.module('zmApp.controllers').controller('zmApp.RefreshCtrl', ['$scope', ' { //console.log("**VIEW ** LowVersion Ctrl Entered"); $ionicSideMenuDelegate.canDragContent(false); - console.log ("jumping to: "+$stateParams.view); + //console.log ("jumping to: "+$stateParams.view); $ionicHistory.nextViewOptions({ disableAnimate: true, disableBack: true |
