Commit b21c25c0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove useless code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45618 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12ed5590
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
$(document).ready(function(){\n $(document).ready(function(){\n
$("button.save").click(function(event){\n $("button.save").click(function(event){\n
event.preventDefault();\n event.preventDefault();\n
svg_canvas = window.frames["svgframe"].svgCanvas;\n var svg_canvas = window.frames["svgframe"].svgCanvas;\n
$.ajax({\n $.ajax({\n
type: "POST",\n type: "POST",\n
url: "Base_setTextContentWrapper",\n url: "Base_setTextContentWrapper",\n
...@@ -60,10 +60,6 @@ $(document).ready(function(){\n ...@@ -60,10 +60,6 @@ $(document).ready(function(){\n
}\n }\n
});\n });\n
});\n });\n
var text_content = $.ajax({\n
url: "getTextContent",\n
async: false,\n
}).responseText;\n
$("iframe#svgframe").css("border", "0px");\n $("iframe#svgframe").css("border", "0px");\n
})</unicode> </value> })</unicode> </value>
</item> </item>
......
25 26
\ 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