fixed unloading the encrypted page after encryption timeout by simply reloading the app completely plus some unrelated refactorings

This commit is contained in:
azivner
2017-11-04 21:02:56 -04:00
parent 9c88fc6060
commit b192336113
6 changed files with 19 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ const settings = (function() {
tabsEl.tabs();
for (module of settingModules) {
for (const module of settingModules) {
module.settingsLoaded(settings);
}
}