새창에서 href 값이 없어 undefined 오류 날 수 있는 문제 수정

This commit is contained in:
chicpro
2013-03-19 09:06:44 +09:00
parent 135b74e83a
commit 5c386ba2c4
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ function fpoll_submit(f)
return false;
}
win_poll();
win_poll(f.action);
return true;
}