forked from 0x2620/pandora
change video resolution, close tv
This commit is contained in:
parent
948423fee4
commit
8e40f95f0d
7 changed files with 45 additions and 19 deletions
|
|
@ -75,7 +75,7 @@ def update_static():
|
|||
for f in files:
|
||||
if f.endswith('.js') and len(f.split('.')) == 2:
|
||||
f = os.path.join(root, f)
|
||||
fsite = f.replace('.js', '.%s.js' % settings.SITENAME)
|
||||
fsite = f.replace('.js', '.%s.js' % settings.CONFIG['site']['id'])
|
||||
if os.path.exists(fsite):
|
||||
f = fsite
|
||||
js.append(f[len(settings.STATIC_ROOT)+1:])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue