forked from 0x2620/pandora
update theme names for embed and api page, fixes #1237
This commit is contained in:
parent
171e0d9d25
commit
771b4efa38
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
Ox.load('UI', {
|
||||
hideScreen: false,
|
||||
showScreen: true,
|
||||
theme: 'classic'
|
||||
theme: 'oxlight'
|
||||
}, function() {
|
||||
|
||||
var app = new Ox.App({
|
||||
|
|
|
@ -6,7 +6,7 @@ Ox.load('UI', {
|
|||
hideScreen: false,
|
||||
loadImages: true,
|
||||
showScreen: true,
|
||||
theme: 'modern'
|
||||
theme: 'oxdark'
|
||||
}, function() {
|
||||
var videoKeys = [ 'duration', 'layers', 'parts', 'posterFrame', 'rightslevel', 'size', 'title', 'videoRatio' ];
|
||||
window.pandora = new Ox.App({url: '/api/'}).bindEvent({
|
||||
|
|
Loading…
Reference in a new issue