git-svn-id: http://xe-core.googlecode.com/svn/trunk@1217 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-18 06:42:55 +00:00
parent c5bfad19ce
commit 805f3ec7b5

View file

@ -8,5 +8,7 @@ xAddEventListener(window,'load',doCallCounter);
// counter 모듈을 호출하는 함수
function doCallCounter() {
show_waiting_message = false;
exec_xml('counter','procCounterExecute');
show_waiting_message = true;
}