From 771b4efa38eee221dd2d2fe35a7d70158bbbd98c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 11 Feb 2013 10:18:22 +0000 Subject: [PATCH] update theme names for embed and api page, fixes #1237 --- static/js/api/pandora.js | 2 +- static/js/embed/pandora.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/api/pandora.js b/static/js/api/pandora.js index 960d2536..3fb35279 100755 --- a/static/js/api/pandora.js +++ b/static/js/api/pandora.js @@ -4,7 +4,7 @@ Ox.load('UI', { hideScreen: false, showScreen: true, - theme: 'classic' + theme: 'oxlight' }, function() { var app = new Ox.App({ diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index af2b6a35..32decaf6 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -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({