load site css

This commit is contained in:
j 2019-11-07 11:02:49 +01:00
parent b6aee5e0f1
commit 70a8392793
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ pandora.ui.home = function() {
if (loadedCSS) {
callback()
} else {
Ox.getFile('/static/css/home.css', function() {
Ox.getFile('/static/css/home.collectivecinema.css', function() {
loadedCSS = true
callback()
})