From: Anthony Talarico Date: Thu, 31 Dec 2015 15:39:18 +0000 (-0500) Subject: added console testing statement X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=883c324c931a8048550c564f18820b53d32ca194;p=WP-Themes%2Fmichsci.git added console testing statement --- diff --git a/js/app.js b/js/app.js index 8624996..ea329a2 100644 --- a/js/app.js +++ b/js/app.js @@ -144,6 +144,7 @@ $(document).ready(function () { $("#categoriesListView").hide() $("#tagBox :checkbox:checked").each(function() { $("." + $(this).val()).show(); + console.log($(this).val()); }); } } diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 286067e..1f7e172 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -124,6 +124,7 @@ $(document).ready(function () { $("#categoriesListView").hide() $("#tagBox :checkbox:checked").each(function() { $("." + $(this).val()).show(); + console.log($(this).val()); }); } }