fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better placement of the comment tutorial
[fnpeditor.git]
/
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
(file)
--- 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);