From bc51a1f9368f588da09f74acc98a44c86d2b738f Mon Sep 17 00:00:00 2001 From: Zambom Date: Fri, 7 Apr 2017 00:23:41 -0300 Subject: [PATCH] Adjusting general mural clear filters --- amadeus/static/js/mural_general.js | 2 +- mural/templates/mural/list.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/amadeus/static/js/mural_general.js b/amadeus/static/js/mural_general.js index c8ddaad..40b33be 100644 --- a/amadeus/static/js/mural_general.js +++ b/amadeus/static/js/mural_general.js @@ -49,7 +49,7 @@ var loadPosts = function() { $(function () { $(window).bind('scroll', loadOnScroll); - $("#clear_filter").click(function () { + $(".clear_filter").click(function () { var frm = $(this).parent(); frm.find("input[type='checkbox']").prop('checked', false); diff --git a/mural/templates/mural/list.html b/mural/templates/mural/list.html index ef959cd..5aa76de 100644 --- a/mural/templates/mural/list.html +++ b/mural/templates/mural/list.html @@ -37,7 +37,7 @@ - + @@ -85,7 +85,7 @@ - + -- libgit2 0.21.2