1
0
Fork 0
forked from 0x2620/oxjs

support opera until failure screen

This commit is contained in:
rolux 2011-04-25 13:08:06 +02:00
commit 735ddc9d4a
3 changed files with 33 additions and 28 deletions

View file

@ -79,13 +79,7 @@ Ox.App = (function() {
};
});
that.api.init(getUserData(), function(result) {
var $div = $('div');
$('img').remove();
$div.animate({
opacity: 0
}, 1000, function() {
$div.remove();
});
Ox.UI.hideLoadingScreen();
that.triggerEvent({
load: result.data
});