mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f2906e4e0d
commit
4d87dc94e8
10 changed files with 112 additions and 85 deletions
|
|
@ -9,14 +9,14 @@ function completeBoardInsert(ret_obj) {
|
|||
var error = ret_obj['error'];
|
||||
var message = ret_obj['message'];
|
||||
|
||||
var mo = ret_obj['mo'];
|
||||
var module = ret_obj['module'];
|
||||
var act = ret_obj['act'];
|
||||
var page = ret_obj['page'];
|
||||
var module_srl = ret_obj['module_srl'];
|
||||
|
||||
alert(message);
|
||||
|
||||
var url = "./?module=admin&mo="+mo+"&module_srl="+module_srl+"&page="+page+"&act="+act;
|
||||
var url = "./?module=admin&mo="+module+"&module_srl="+module_srl+"&page="+page+"&act="+act;
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue