forked from 0x2620/oxjs
support opera until failure screen
This commit is contained in:
parent
ecde8e7f87
commit
735ddc9d4a
3 changed files with 33 additions and 28 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue