added console testing statement
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 15:39:18 +0000 (10:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 15:39:18 +0000 (10:39 -0500)
js/app.js
js/custom/upcp.js

index 8624996..ea329a2 100644 (file)
--- 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());
             });
         }  
     }  
index 286067e..1f7e172 100644 (file)
@@ -124,6 +124,7 @@ $(document).ready(function () {
             $("#categoriesListView").hide()
             $("#tagBox :checkbox:checked").each(function() {
                 $("." + $(this).val()).show();
+                console.log($(this).val());
             });
         }  
     }