add loading screen

This commit is contained in:
rolux 2011-10-23 14:25:23 +00:00
commit b100b44356
6 changed files with 323 additions and 129 deletions

View file

@ -71,7 +71,7 @@ def update_static():
print 'write', pandora_js
with open(pandora_js, 'w') as f:
#data = ox.js.minify(data)
data = ox.js.minify(data)
f.write(data)
print 'write', pandora_json