Fix #181 script error if waiting_obj is accessed too early

This commit is contained in:
Kijin Sung 2016-01-31 19:15:58 +09:00
parent 9f7f955e28
commit 6eb971a290

View file

@ -16,7 +16,7 @@
/**
* This variable stores the .wfsr jQuery object.
*/
var waiting_obj;
var waiting_obj = $(".wfsr");
/**
* Function for compatibility with XE's exec_xml()