Compare commits

..

2 commits

Author SHA1 Message Date
j
dca8449165 decolonial 2019-11-07 11:03:05 +01:00
j
70a8392793 load site css 2019-11-07 11:02:49 +01:00

View file

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