typo
This commit is contained in:
parent
3e6d20f6fd
commit
61bb4b782e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue