From c0d62242c88746d849c9f163c18fd9ebb2601496 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 10 Feb 2013 17:16:04 +0530 Subject: [PATCH] support new themes --- source/Ox.UI/js/Code/ExamplePage.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Code/ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js index 02fdf9de..3d899b33 100644 --- a/source/Ox.UI/js/Code/ExamplePage.js +++ b/source/Ox.UI/js/Code/ExamplePage.js @@ -90,7 +90,9 @@ Ox.ExamplePage = function(options, self) { click: function() { self.$frame[0].contentWindow.postMessage( 'Ox && Ox.Theme && Ox.Theme(' - + 'Ox.Theme() == "classic" ? "modern" : "classic"' + + 'Ox.Theme() == "oxlight" ? "oxmedium"' + + ' : Ox.Theme() == "oxmedium" ? "oxdark"' + + ' : "oxlight"' + ')', '*' );