#891 Added ability to change the custom.css path.

This commit is contained in:
Jan Löbel
2017-05-19 19:54:43 +02:00
parent 0db40bbb32
commit 0bb52a6058
4 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ var Loader = (function() {
// This is done after all the moduels so we can
// overwrite all the defined styls.
loadFile("css/custom.css", function() {
loadFile(config.customCss, function() {
// custom.css loaded. Start all modules.
startModules();
});