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"' + ')', '*' );