Commit 6b12a4a8 authored by Gabriel Monnerat's avatar Gabriel Monnerat

update jquery core path

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40549 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b0020934
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
xmlns:metal="http://xml.zope.org/namespaces/metal"\n xmlns:metal="http://xml.zope.org/namespaces/metal"\n
xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n xmlns:i18n="http://xml.zope.org/namespaces/i18n">\n
<tal:block metal:define-macro="master"\n <tal:block metal:define-macro="master"\n
tal:define="js_list_jquery_template python: [\'portal_skins/erp5_jquery/core/jquery.js\',\n tal:define="js_list_jquery_template python: [\'jquery/core/jquery.js\',\n
\'svg-editor.erp5.js\'];\n \'svg-editor.erp5.js\'];\n
global js_list js_list | python:[];\n global js_list js_list | python:[];\n
dummy python:js_list.extend(js_list_jquery_template);">\n dummy python:js_list.extend(js_list_jquery_template);">\n
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <unicode encoding="cdata"><![CDATA[ <value> <unicode encoding="cdata"><![CDATA[
<script type="text/javascript" src="portal_skins/erp5_jquery/core/jquery.js"></script>\n <script type="text/javascript" src="jquery/core/jquery.js"></script>\n
<script type="text/javascript" src="svg-editor.erp5.js"></script>\n <script type="text/javascript" src="svg-editor.erp5.js"></script>\n
<iframe name="svgframe" \n <iframe name="svgframe" \n
id="svgframe" \n id="svgframe" \n
src="portal_skins/erp5_jquery/plugin/svg-editor/svg-editor.html" \n src="jquery/plugin/svg-editor/svg-editor.html" \n
width="100%" \n width="100%" \n
height="570"/>\n height="570"/>\n
......
18 19
\ No newline at end of file \ 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