From 4ad2de39908da380b5d8be52d63ebba6108ea000 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 5 Aug 2014 13:50:32 -0400 Subject: [PATCH] Removed debug code, Vagrant server to devdb --- Toolkit/Photos/templates/Admin/editCategory.html | 5 +---- Toolkit/Photos/templates/Admin/index.html | 8 -------- Toolkit/Photos/templates/Admin/listCategories.html | 2 +- Toolkit/UserArea/libjs/edit-page.js | 1 - config/server.ini | 2 +- 5 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Toolkit/Photos/templates/Admin/editCategory.html b/Toolkit/Photos/templates/Admin/editCategory.html index 47219b2..ceb174a 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(){ @@ -152,9 +152,6 @@ "Select Page": function() { if (selectedPageId != '') { // here is where it adds the page - - console.log('Selected PageId: ' + selectedPageId); - console.log('Selected Pagename: ' + selectedPageName); $("#pages2PhotosDiv").append('