mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Remove special provision for jQuery
This dates from an ancient version of TW5 which had a dependency on jQuery. Now we’d install jQuery as an ordinary tiddler module, not a library module.
This commit is contained in:
parent
ce03690989
commit
c29975f6b3
@ -38,8 +38,7 @@ title: $:/core/templates/tiddlywiki5.template.html
|
||||
{{$:/core/templates/store.area.template.html}}
|
||||
<!----------- Library modules ----------->
|
||||
<div id="libraryModules" style="display:none;">
|
||||
{{$:/core/lib/jquery.min.js||$:/core/templates/javascript-tiddler}}
|
||||
{{{ [is[system]type[application/javascript]library[yes]] -[[$:/core/lib/jquery.min.js]] ||$:/core/templates/javascript-tiddler}}}
|
||||
{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}
|
||||
</div>
|
||||
<!----------- Boot kernel prologue ----------->
|
||||
<div id="bootKernelPrefix" style="display:none;">
|
||||
|
Loading…
Reference in New Issue
Block a user