Browse Source

bouton Reset: recharge la page après reset

Benoît Hubert 8 years ago
parent
commit
dfdb9680f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/editor.js

+ 1 - 0
js/editor.js

@@ -235,6 +235,7 @@ $(document).ready(function() {
 
   function revertEditor() {
     editorStorage.reset();
+    location.reload();
   }
 
   function saveChanges() {