From 412969a838bd343abdfddb7349e148798acd952a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 24 Sep 2019 10:06:54 -0400 Subject: [PATCH] 'View rates' button image called with version specified, to combat caching --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index c9c8b80..decb707 100644 --- a/footer.php +++ b/footer.php @@ -178,7 +178,7 @@ } }); - $("#jrs_calendar_form #jrs_search_submit input").attr("src", ""); + $("#jrs_calendar_form #jrs_search_submit input").attr("src", ""); $(".ui-datepicker-trigger").attr("src", ""); }); -- 2.17.1