update theme names for embed and api page, fixes #1237

This commit is contained in:
j 2013-02-11 10:18:22 +00:00
parent 171e0d9d25
commit 771b4efa38
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
Ox.load('UI', { Ox.load('UI', {
hideScreen: false, hideScreen: false,
showScreen: true, showScreen: true,
theme: 'classic' theme: 'oxlight'
}, function() { }, function() {
var app = new Ox.App({ var app = new Ox.App({

View file

@ -6,7 +6,7 @@ Ox.load('UI', {
hideScreen: false, hideScreen: false,
loadImages: true, loadImages: true,
showScreen: true, showScreen: true,
theme: 'modern' theme: 'oxdark'
}, function() { }, function() {
var videoKeys = [ 'duration', 'layers', 'parts', 'posterFrame', 'rightslevel', 'size', 'title', 'videoRatio' ]; var videoKeys = [ 'duration', 'layers', 'parts', 'posterFrame', 'rightslevel', 'size', 'title', 'videoRatio' ];
window.pandora = new Ox.App({url: '/api/'}).bindEvent({ window.pandora = new Ox.App({url: '/api/'}).bindEvent({