Dark theme persistant on page reload.

This commit is contained in:
2019-01-10 17:07:42 +01:00
parent 5bb4e2ae1f
commit c05506a2a5
2 changed files with 18 additions and 5 deletions

View File

@ -81,6 +81,11 @@ ComunicWeb.common.system = {
}), 25000);
ComunicWeb.common.cacheManager.registerInterval(autoRefresh);
/**
* Refresh dark theme mode
*/
ComunicWeb.components.darkTheme.refresh();
//Success
return true;
},