mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@798 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a11ddec974
commit
a5528e0099
41 changed files with 298 additions and 478 deletions
|
|
@ -1,12 +1,12 @@
|
|||
/**
|
||||
* @file : modules/admin/js/admin.js
|
||||
* @author : zero <zero@nzeo.com>
|
||||
* @desc : admin 모듈의 javascript
|
||||
* @file admin.js
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @desc admin 모듈의 javascript
|
||||
**/
|
||||
|
||||
// 숏컷 삭제
|
||||
function doDeleteShortCut(selected_module) {
|
||||
var fo_obj = xGetElementById('fo_shortcut_info');
|
||||
fo_obj.selected_module.value = selected_module;
|
||||
procFilter(fo_obj, delete_shortcut);
|
||||
var fo_obj = xGetElementById('fo_shortcut_info');
|
||||
fo_obj.selected_module.value = selected_module;
|
||||
procFilter(fo_obj, delete_shortcut);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue