diff --git a/index.html b/index.html
index 7fd9545af3..57d7d47735 100755
--- a/index.html
+++ b/index.html
@@ -806,7 +806,7 @@
The team
clearOnRender: 0,
storageManager:{
- autoload: 0,
+ autoload: 1,
storeComponents: 1,
storeStyles: 1,
},
@@ -1173,6 +1173,16 @@ The team
},
});
+ /*
+ // Store and load events
+ editor.on('storage:load', function(e) {
+ console.log('LOAD ', e);
+ })
+ editor.on('storage:store', function(e) {
+ console.log('STORE ', e);
+ })
+ */
+
editor.render();