summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-07-12 09:28:02 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-07-12 09:28:02 -0400
commitd4cd373e428e3b214f98c0fb21150f9c7f942f3e (patch)
treeacdd547222819148b48e76a68925e859b8a8ab3f /www/js/app.js
parent56d3c1227b9ae37c8ec415a68146cba615baa2fa (diff)
removed comments
Former-commit-id: 63ef08c7080b24c5ab607baae88d620c7bfe421b
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
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());