1
0
Fork 0
forked from 0x2620/oxjs

don't load theme stylesheets, they get imported by ui stylesheet

This commit is contained in:
rolux 2011-04-25 14:24:44 +02:00
commit d4050526c5
4 changed files with 9 additions and 7 deletions

View file

@ -79,7 +79,7 @@ Ox.App = (function() {
};
});
that.api.init(getUserData(), function(result) {
Ox.UI.hideLoadingScreen();
//Ox.UI.hideLoadingScreen();
that.triggerEvent({
load: result.data
});