Compare commits
1 commit
dca8449165
...
b0c311ae12
| Author | SHA1 | Date | |
|---|---|---|---|
| b0c311ae12 |
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ pandora.ui.home = function() {
|
||||||
if (loadedCSS) {
|
if (loadedCSS) {
|
||||||
callback()
|
callback()
|
||||||
} else {
|
} else {
|
||||||
Ox.getFile('/static/css/home.collectivecinema.css', function() {
|
Ox.getFile('/static/css/home.css', function() {
|
||||||
loadedCSS = true
|
loadedCSS = true
|
||||||
callback()
|
callback()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue