aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 12:03:17 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-10 12:03:17 +0200
commit7f1d4d782ac667e40630bd6ebe02912529ff703d (patch)
tree6389efa346b1a511b2701fe20404875749c6594d /tools
parent4efcf414852ea63d4e276adec620e060f3d734c7 (diff)
downloadmitjafelicijan.com-7f1d4d782ac667e40630bd6ebe02912529ff703d.tar.gz
content update
Diffstat (limited to 'tools')
-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>