From 883c324c931a8048550c564f18820b53d32ca194 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Dec 2015 10:39:18 -0500 Subject: [PATCH] added console testing statement --- js/app.js | 1 + js/custom/upcp.js | 1 + 2 files changed, 2 insertions(+) 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()); }); } } -- 2.17.1