load site css
This commit is contained in:
parent
b6aee5e0f1
commit
70a8392793
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue