mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1756 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dd18ad335f
commit
f4626edf09
72 changed files with 1049 additions and 795 deletions
|
|
@ -50,7 +50,7 @@ function completeUpdateCategory(ret_obj) {
|
|||
var page = ret_obj['page'];
|
||||
alert(message);
|
||||
|
||||
location.href = location.href;
|
||||
location.href = current_url.setQuery('category_srl','');
|
||||
}
|
||||
|
||||
/* 권한 관련 */
|
||||
|
|
@ -90,10 +90,13 @@ function completeInsertGrant(ret_obj) {
|
|||
}
|
||||
|
||||
/* 카테고리 이동 */
|
||||
function doChangeCategory(sel_obj, url) {
|
||||
var module_category_srl = sel_obj.options[sel_obj.selectedIndex].value;
|
||||
if(!module_category_srl) location.href=url;
|
||||
else location.href=url+'&module_category_srl='+module_category_srl;
|
||||
function doChangeCategory(fo_obj) {
|
||||
var module_category_srl = fo_obj.category.options[fo_obj.category.selectedIndex].value;
|
||||
if(module_category_srl==-1) {
|
||||
location.href = current_url.setQuery('act','dispModuleAdminCategory');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/* 선택된 글의 삭제 또는 이동 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue