From: Steve Sutton Date: Wed, 20 Aug 2014 16:03:20 +0000 (-0400) Subject: Console log in js X-Git-Tag: v1.0.6^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=00746a4a9bffa4121ad18fa52fb68274c0647e1e;p=web%2FKeweenaw.git Console log in js remove console log calls. --- diff --git a/Toolkit/Photos/Controllers/IndexController.php b/Toolkit/Photos/Controllers/IndexController.php index 1a6f3e8..7ccc0e0 100644 --- a/Toolkit/Photos/Controllers/IndexController.php +++ b/Toolkit/Photos/Controllers/IndexController.php @@ -92,8 +92,8 @@ class Toolkit_Photos_Controllers_IndexController { $GLOBALS['topScripts'][] = MEDIA_APP_BASE_URL . 'libjs/jquery/jquery-1.7.2.min.js'; - $GLOBALS['topScripts'][] - = MEDIA_BASE_URL . 'admin/Photos/checkBrowserSupport.js'; +// $GLOBALS['topScripts'][] +// = MEDIA_BASE_URL . 'admin/Photos/checkBrowserSupport.js'; $GLOBALS['styleSheets'][] = MEDIA_APP_BASE_URL . 'libjs/jqueryui/1.8.13/development-bundle/themes/base/jquery.ui.all.css'; $GLOBALS['styleSheets'][] diff --git a/Toolkit/Photos/templates/Admin/editCategory.html b/Toolkit/Photos/templates/Admin/editCategory.html index 47219b2..c504e69 100644 --- a/Toolkit/Photos/templates/Admin/editCategory.html +++ b/Toolkit/Photos/templates/Admin/editCategory.html @@ -138,7 +138,7 @@ $("#sortable").sortable({ update: function() { var inputs = $("#sortable").serialize(); - $.get('./photos.php', inputs, console.log('positions saved')); + $.get('./photos.php', inputs); } }); $("#addPageTo").click(function(){ @@ -153,8 +153,8 @@ if (selectedPageId != '') { // here is where it adds the page - console.log('Selected PageId: ' + selectedPageId); - console.log('Selected Pagename: ' + selectedPageName); +// console.log('Selected PageId: ' + selectedPageId); +// console.log('Selected Pagename: ' + selectedPageName); $("#pages2PhotosDiv").append('