-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak to accordian fakejquery ui call to bust cache
- Loading branch information
1 parent
d62ee8e
commit 4c79acf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":""} |