diff --git a/editor/embedapi.html b/editor/embedapi.html index 32be66d4..cea5cfcd 100644 --- a/editor/embedapi.html +++ b/editor/embedapi.html @@ -42,6 +42,12 @@ // Add event handlers $('#load').click(loadSvg); $('#save').click(saveSvg); + $('body').append( + $('' + ) + ); }); @@ -49,6 +55,5 @@
-