cosmetic changes
This commit is contained in:
parent
fd59f680fb
commit
ab5820c48f
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ appPanel
|
|||
if (pandora.localStorage('local')) {
|
||||
var url = pandora.localStorage('local');
|
||||
window.pandora.local = Ox.API({
|
||||
'url': url + '/api/'
|
||||
url: url + '/api/'
|
||||
}, function() {
|
||||
pandora.site.site.videoprefix = url;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue