diff --git a/public/javascripts/page_helper.js b/public/javascripts/page_helper.js index a78c28a2..f4876015 100644 --- a/public/javascripts/page_helper.js +++ b/public/javascripts/page_helper.js @@ -143,8 +143,7 @@ function setupSVGedit(path){ t.value = before + event.data + after; t.focus(); selectRange(t, before.length, before.length+event.data.length); - SVGeditButton.disabled = true; - SVGeditButton.value = 'Create SVG graphic'; + callback(); }); }