fixed syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 16:02:41 +0000 (11:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 Dec 2015 16:02:41 +0000 (11:02 -0500)
js/app.js
js/custom/upcp.js

index 3eab07a..4be4d71 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -144,7 +144,7 @@ $(document).ready(function () {
             $("#categoriesGridView").hide();
             $("#categoriesListView").hide()
             $("#tagBox :checkbox:checked").each(function() {
-                $("." + $(this).attr("id")).show();
+                $("." + $(this).val().show());
             });
         }  
     }  
index def514c..19b7b26 100644 (file)
@@ -124,7 +124,7 @@ $(document).ready(function () {
             $("#categoriesGridView").hide();
             $("#categoriesListView").hide()
             $("#tagBox :checkbox:checked").each(function() {
-                $("." + $(this).attr("id")).show();
+                $("." + $(this).val().show());
             });
         }  
     }