Bug : ajax fails if wait_box does not exist
This commit is contained in:
parent
d7ff4aee24
commit
a0bdfd3b22
1 changed files with 2 additions and 1 deletions
|
|
@ -1420,7 +1420,8 @@ function remove_waiting_node()
|
|||
}
|
||||
function remove_waiting_box()
|
||||
{
|
||||
Effect.Fade('wait_box', { duration: 0.6 });
|
||||
if ( $('wait_box') ) { Effect.Fade('wait_box', { duration: 0.6 }); }
|
||||
|
||||
remove_waiting_node();
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue