Commit 883fb3cf authored by Romain Courteaud's avatar Romain Courteaud

Fix jquery location

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41346 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 92dcf701
......@@ -52,7 +52,7 @@
<key> <string>_body</string> </key>
<value> <string># This script returns an iterable of the paths to standard JavaScript objects.\n
\n
return (\'jquery-ui-1.8.2/js/jquery-1.4.2.min.js\',\n
return (\'jquery/core/jquery.js\',\n
\'vifib_hosting_js/vifib_hosting.js\',)\n
</string> </value>
</item>
......
......@@ -52,7 +52,7 @@
<key> <string>_body</string> </key>
<value> <string># This script returns an iterable of the paths to standard JavaScript objects.\n
\n
return (\'jquery-ui-1.8.2/js/jquery-1.4.2.min.js\',)\n
return (\'jquery/core/jquery.js\', )\n
</string> </value>
</item>
<item>
......
197
\ No newline at end of file
199
\ No newline at end of file
Markdown is supported
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