X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ab1445aee3c066a08d0602dd8b2e6996646d986f..246796cf3b707c4c340edc7a1d51946fff8a278e:/src/editor/modules/data/data.js 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);