Merge pull request #895 from JanLoebel/develop

#891 Added ability to change the custom.css path.
This commit is contained in:
Michael Teeuw
2017-06-03 19:10:45 +02:00
committed by GitHub
4 changed files with 4 additions and 2 deletions

View File

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