mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
Fix #181 script error if waiting_obj is accessed too early
This commit is contained in:
parent
9f7f955e28
commit
6eb971a290
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
/**
|
/**
|
||||||
* This variable stores the .wfsr jQuery object.
|
* This variable stores the .wfsr jQuery object.
|
||||||
*/
|
*/
|
||||||
var waiting_obj;
|
var waiting_obj = $(".wfsr");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function for compatibility with XE's exec_xml()
|
* Function for compatibility with XE's exec_xml()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue