From 6eb971a29028f38063cfafc90d31ef18c9a70b4f Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sun, 31 Jan 2016 19:15:58 +0900 Subject: [PATCH] Fix #181 script error if waiting_obj is accessed too early --- common/js/xml_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index a4b31dc1f..8ea72da58 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -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()