forked from 0x2620/oxjs
minor changes
This commit is contained in:
parent
297ac0a141
commit
9ea5cce853
2 changed files with 6 additions and 5 deletions
|
|
@ -318,8 +318,8 @@ Ox.load.UI = function(options, callback) {
|
|||
}, 1000, function() {
|
||||
if (error) {
|
||||
$div.click(function() {
|
||||
$div.remove();
|
||||
});
|
||||
$div.remove();
|
||||
});
|
||||
} else {
|
||||
clearInterval(loadingInterval);
|
||||
$div.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue