Remove support for legacy store and add a way to import legacy pads

This commit is contained in:
yflory
2017-02-09 15:23:09 +01:00
parent 37c94935f8
commit f8366e0cfc
3 changed files with 84 additions and 132 deletions

View File

@@ -12,8 +12,5 @@ define(function() {
*/
config.notificationTimeout = 5000;
config.USE_FS_STORE = true;
config.USE_HOMEPAGE_TABLE = false;
return config;
});