This commit is contained in:
rlx 2014-09-25 19:05:28 +02:00
parent 3e6d20f6fd
commit 61bb4b782e

View file

@ -229,7 +229,7 @@ Ox.load.UI = function(options, callback) {
Ox.documentReady(function() {
Ox.$('body').addClass('OxTheme' + Ox.toTitleCase(options.theme));
options.showScreen && Ox.loadingScreen.show();
options.showScreen && Ox.LoadingScreen.show();
});
loadUI();