aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/editor/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html
index 0f4fb79..e214d03 100644
--- a/tools/editor/index.html
+++ b/tools/editor/index.html
@@ -50,7 +50,7 @@
50 localStorage.setItem('content', editor.value); 50 localStorage.setItem('content', editor.value);
51 }, autoSaveFrequency); 51 }, autoSaveFrequency);
52 } else { 52 } else {
53 console.log('storage nok'); 53 console.log('Local Storage not supported');
54 } 54 }
55 55
56 </script> 56 </script>