Compare commits

..

1 commit

Author SHA1 Message Date
j
b0c311ae12 decolonial 2019-11-07 10:04:46 +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.collectivecinema.css', function() { Ox.getFile('/static/css/home.css', function() {
loadedCSS = true loadedCSS = true
callback() callback()
}) })