From 442a24f024d7da3b332e92a2b022e0622f13fd45 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Dec 2015 11:02:41 -0500 Subject: [PATCH] fixed syntax error --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()); }); } } -- 2.17.1