mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2958 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7de5dc3a0b
commit
6e48be86db
1 changed files with 1 additions and 9 deletions
|
|
@ -33,15 +33,7 @@ function completeInsertPageContent(ret_obj) {
|
|||
var page = ret_obj['page'];
|
||||
var module_srl = ret_obj['module_srl'];
|
||||
|
||||
var url = '';
|
||||
if(location.href.getQuery('module')=='admin') {
|
||||
url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispPageAdminInfo');
|
||||
if(page) url = url.setQuery('page',page);
|
||||
} else {
|
||||
url = current_url.setQuery('act','').setQuery('module_srl','');
|
||||
}
|
||||
|
||||
location.href = url;
|
||||
location.href = current_url.setQuery('act','');
|
||||
}
|
||||
|
||||
/* 페이지 컨텐츠 저장 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue