From 4c79acf942da7e25fa3072bb7e2b4000c2e3d31d Mon Sep 17 00:00:00 2001 From: Justin Hunt Date: Wed, 17 Apr 2024 10:58:05 +0900 Subject: [PATCH] tweak to accordian fakejquery ui call to bust cache --- presets/accordian.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/accordian.txt b/presets/accordian.txt index d53ee09..468f5bc 100644 --- a/presets/accordian.txt +++ b/presets/accordian.txt @@ -1 +1 @@ -{"name":"Accordian","key":"accordian","version":"1.0.4","instructions":"This is an accordian component. You need to nest accordian items inside the accordian tags on the page. The contents of the accordian items are what users will see. ","showatto":"1","showplayers":"0","requirecss":"//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css","requirejs":"/filter/poodll/fakejqueryui/accordion.js","shim":"","defaults":"active=0","amd":"1","body":"
","bodyend":"
","script":"$( \"#\" + @@AUTOID@@).accordion({\n active: $.isNumeric(@@active@@) ? parseInt(@@active@@) : false,\n });\n","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":""} \ No newline at end of file +{"name":"Accordian","key":"accordian","version":"1.0.4","instructions":"This is an accordian component. You need to nest accordian items inside the accordian tags on the page. The contents of the accordian items are what users will see. ","showatto":"1","showplayers":"0","requirecss":"//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css","requirejs":"/filter/poodll/fakejqueryui/accordion.js?v=1.0.4","shim":"","defaults":"active=0","amd":"1","body":"
","bodyend":"
","script":"$( \"#\" + @@AUTOID@@).accordion({\n active: $.isNumeric(@@active@@) ? parseInt(@@active@@) : false,\n });\n","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":""} \ No newline at end of file