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

This commit is contained in:
zero 2007-04-02 00:59:01 +00:00
parent b96a8dfc4f
commit f08a92575f
5 changed files with 27 additions and 22 deletions

View file

@ -20,6 +20,7 @@ function completeInsert(ret_obj, response_tags, args, fo_obj) {
/* 로그인 후 */
function completeLogin(ret_obj) {
var url = location.href.setQuery('act','');
location.href = location.href.setQuery('act','');
}