Skip to content
Snippets Groups Projects
Commit de4269bd authored by Kai Vogel's avatar Kai Vogel Committed by Christian Kuhn
Browse files

[BUGFIX] Split jQuery and DataTables into separate files

This patch removes the combined jQuery file and adds two separate files
for the main jQuery library and the plugin DataTables.

Fixes: #40498
Releases: 6.0

Change-Id: I9b75597c7183e1a620a036420f2c3841f7a62ec5
Reviewed-on: http://review.typo3.org/15500
Reviewed-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
parent 3a0bc1bf
Branches
Tags
No related merge requests found
......@@ -5,10 +5,11 @@
1:'{f:uri.resource(path:\'Contrib/LoadMask/jquery.loadmask.css\')}'
}"
addJsFiles="{
0:'{f:uri.resource(path:\'JavaScript/jquery.js\')}',
1:'{f:uri.resource(path:\'JavaScript/jquery-ui-1.8.17.custom.min.js\')}',
2:'{f:uri.resource(path:\'JavaScript/jquery.tools.min.js\')}',
3:'{f:uri.resource(path:\'Contrib/LoadMask/jquery.loadmask.js\')}',
0:'{f:uri.resource(path:\'JavaScript/jquery-1.8.2.min.js\')}',
1:'{f:uri.resource(path:\'JavaScript/jquery.dataTables-1.9.4.min.js\')}',
2:'{f:uri.resource(path:\'JavaScript/jquery-ui-1.8.17.custom.min.js\')}',
3:'{f:uri.resource(path:\'JavaScript/jquery.tools.min.js\')}',
4:'{f:uri.resource(path:\'Contrib/LoadMask/jquery.loadmask.js\')}',
5:'{f:uri.resource(path:\'JavaScript/main.js\')}',
6:'{f:uri.resource(path:\'JavaScript/ter.js\')}',
7:'{f:uri.resource(path:\'JavaScript/configuration.js\')}'
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment