1
0
Fork 0
forked from 0x2620/oxjs

minor changes

This commit is contained in:
rlx 2011-08-24 21:05:39 +00:00
commit 9ea5cce853
2 changed files with 6 additions and 5 deletions

View file

@ -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();