diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index 4c76bee4..74c2fb66 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -982,10 +982,10 @@ angular.module('zmApp', [ // This code takes care of trapping the Android back button // and takes it to the menu. - console.log (">>>>>>>>>>>>>>>>>>BACK BUTTON REGISTERED"); + //console.log (">>>>>>>>>>>>>>>>>>BACK BUTTON REGISTERED"); $ionicPlatform.registerBackButtonAction(function (e) { e.preventDefault(); - console.log ("******** back called with isOpenLeft: " + $ionicSideMenuDelegate.isOpenLeft()); + //console.log ("******** back called with isOpenLeft: " + $ionicSideMenuDelegate.isOpenLeft()); if (!$ionicSideMenuDelegate.isOpenLeft()) { $ionicSideMenuDelegate.toggleLeft(); console.log("Status of SIDE MENU IS : " + $ionicSideMenuDelegate.isOpen()); |
