Skip to content

Commit

Permalink
tweak to accordian fakejquery ui call to bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Apr 17, 2024
1 parent d62ee8e commit 4c79acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/accordian.txt
Original file line number Diff line number Diff line change
@@ -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":"<div id=\"@@AUTOID@@\">","bodyend":"</div>","script":"$( \"#\" + @@AUTOID@@).accordion({\n active: $.isNumeric(@@active@@) ? parseInt(@@active@@) : false,\n });\n","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":""}
{"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":"<div id=\"@@AUTOID@@\">","bodyend":"</div>","script":"$( \"#\" + @@AUTOID@@).accordion({\n active: $.isNumeric(@@active@@) ? parseInt(@@active@@) : false,\n });\n","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":""}

0 comments on commit 4c79acf

Please sign in to comment.