From 24e1f42110e9836448816a3297c3fb291dda5cea Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 24 Mar 2017 11:13:16 +0100 Subject: [PATCH] tutorial button --- src/editor/modules/data/data.js | 1 + src/editor/modules/documentToolbar/template.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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); diff --git a/src/editor/modules/documentToolbar/template.html b/src/editor/modules/documentToolbar/template.html index 1c013da..a6f65e6 100644 --- a/src/editor/modules/documentToolbar/template.html +++ b/src/editor/modules/documentToolbar/template.html @@ -1 +1 @@ -
+
-- 2.20.1