X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ab1445aee3c066a08d0602dd8b2e6996646d986f..567b5d347d2df4f0aea88996a78cb4b457802126:/src/editor/modules/data/data.js?ds=inline diff --git a/src/editor/modules/data/data.js b/src/editor/modules/data/data.js index 919ce68..0c3b23f 100644 --- a/src/editor/modules/data/data.js +++ b/src/editor/modules/data/data.js @@ -127,6 +127,7 @@ return function(sandbox) { return { start: function() { var text; + $('#tuton').remove(); if(window.localStorage) { text = window.localStorage.getItem(getLocalStorageKey(data.version).content);