mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
edit page module
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11928 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
25c510ac29
commit
c70fd3a24f
7 changed files with 243 additions and 216 deletions
|
|
@ -94,16 +94,6 @@ function completeDeletePage(ret_obj) {
|
|||
location.href = url;
|
||||
}
|
||||
|
||||
/* 카테고리 이동 */
|
||||
function doChangeCategory(fo_obj) {
|
||||
var module_category_srl = fo_obj.module_category_srl.options[fo_obj.module_category_srl.selectedIndex].value;
|
||||
if(module_category_srl==-1) {
|
||||
location.href = current_url.setQuery('act','dispModuleAdminCategory');
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/* 위젯 재컴파일 */
|
||||
function doRemoveWidgetCache(module_srl) {
|
||||
var params = new Array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue