From: Anthony Talarico Date: Thu, 31 Dec 2015 16:02:41 +0000 (-0500) Subject: fixed syntax error X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=442a24f024d7da3b332e92a2b022e0622f13fd45;p=WP-Themes%2Fmichsci.git fixed syntax error --- diff --git a/js/app.js b/js/app.js index 3eab07a..4be4d71 100644 --- 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()); }); } } diff --git a/js/custom/upcp.js b/js/custom/upcp.js index def514c..19b7b26 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -124,7 +124,7 @@ $(document).ready(function () { $("#categoriesGridView").hide(); $("#categoriesListView").hide() $("#tagBox :checkbox:checked").each(function() { - $("." + $(this).attr("id")).show(); + $("." + $(this).val().show()); }); } }