mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1504 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
235f62c456
commit
34f39accba
2 changed files with 3 additions and 8 deletions
|
|
@ -396,7 +396,6 @@
|
|||
// 기본 값외의 것들을 정리
|
||||
$extra_var = delObjectVars(Context::getRequestVars(), $args);
|
||||
if($extra_var->use_category!='Y') $extra_var->use_category = 'N';
|
||||
unset($extra_var->mo);
|
||||
unset($extra_var->act);
|
||||
unset($extra_var->page);
|
||||
unset($extra_var->board_name);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ function completeInsertBoard(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispBoardAdminBoardInfo');
|
||||
var url = current_url.setQuery('act','dispBoardAdminBoardInfo');
|
||||
if(page) url.setQuery('page',page);
|
||||
location.href = url;
|
||||
}
|
||||
|
|
@ -50,9 +50,7 @@ function completeUpdateCategory(ret_obj) {
|
|||
var page = ret_obj['page'];
|
||||
alert(message);
|
||||
|
||||
var url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispBoardAdminCategoryInfo');
|
||||
if(page) url.setQuery('page',page);
|
||||
location.href = url;
|
||||
location.href = location.href;
|
||||
}
|
||||
|
||||
/* 권한 관련 */
|
||||
|
|
@ -88,9 +86,7 @@ function completeInsertGrant(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = current_url.setQuery('module_srl',module_srl).setQuery('act','dispBoardAdminGrantInfo');
|
||||
if(page) url.setQuery('page',page);
|
||||
location.href = url;
|
||||
location.href = location.href;
|
||||
}
|
||||
|
||||
/* 카테고리 이동 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue