From 1433c6e5c34c516d21e31b73917dc97f46418bd5 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Wed, 3 Feb 2016 18:57:28 -0500 Subject: nits Former-commit-id: f0c743ef2cddbaf43088e4d2ea1c2c671bf6552d --- www/index.html | 16 +++++++++------- www/js/ModalCtrl.js | 4 ++-- www/js/PortalLoginCtrl.js | 2 +- www/templates/news.html | 4 ++-- 4 files changed, 14 insertions(+), 12 deletions(-) (limited to 'www') diff --git a/www/index.html b/www/index.html index 122ac169..654e9378 100644 --- a/www/index.html +++ b/www/index.html @@ -210,6 +210,14 @@ Help + +
+ + + + news {{$root.newBlogPost}} + +
@@ -226,13 +234,7 @@ -
- - - - news {{$root.newBlogPost}} - -
+
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index 6707ea36..e6d9bbab 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -210,7 +210,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco content: 'K', empty: true, onclick: function () { - console.log('About'); + //console.log('About'); } }, ] @@ -280,7 +280,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco $scope.togglePresets = function () { $scope.presetOn = !$scope.presetOn; - console.log("Changing preset to " + $scope.presetOn); + //console.log("Changing preset to " + $scope.presetOn); var element = angular.element(document.getElementById("presetlist")); // bring it in diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js index b31d07c4..0ef20705 100644 --- a/www/js/PortalLoginCtrl.js +++ b/www/js/PortalLoginCtrl.js @@ -101,7 +101,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic { var ld = ZMDataModel.getLogin(); - console.log ("***** NOTIFICATION TAPPED "); + //console.log ("***** NOTIFICATION TAPPED "); $rootScope.tappedNotification = 0; $ionicHistory.nextViewOptions({disableBack: true}); diff --git a/www/templates/news.html b/www/templates/news.html index e801e3da..3052661c 100644 --- a/www/templates/news.html +++ b/www/templates/news.html @@ -12,10 +12,10 @@