Commit a12c84ec authored by Ivan Tyagov's avatar Ivan Tyagov

Disable built in SVG warning if use want to leave web page (this have to be...

Disable built in SVG warning if use want to leave web page (this have to be improved in respect to "Save" button in ERP5).
parent 6b323964
......@@ -219,7 +219,7 @@
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<iframe name="svgframe" id="svgframe" src="jquery/plugin/svg-editor/svg-editor.html" width="1200" height="700">
<iframe name="svgframe" id="svgframe" src="jquery/plugin/svg-editor/svg-editor.html?no_save_warning=true" width="1200" height="700">
]]></string> </value>
</item>
......
28
\ No newline at end of file
29
\ 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