define and use flags to enable the home page table

This commit is contained in:
ansuz
2017-01-03 12:17:17 +01:00
parent 5cd714b18a
commit 27d5559b0c
2 changed files with 12 additions and 6 deletions

View File

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