git-svn-id: http://xe-core.googlecode.com/svn/trunk@397 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-13 07:55:22 +00:00
parent 9086194365
commit 1f0a326d1b
6 changed files with 12 additions and 7 deletions

View file

@ -19,8 +19,8 @@ function doAdminLoginFocus() {
}
// 숏컷 삭제
function doDeleteShortCut(shortcut_srl) {
function doDeleteShortCut(selected_module) {
var fo_obj = xGetElementById('fo_shortcut_info');
fo_obj.shortcut_srl.value = shortcut_srl;
fo_obj.selected_module.value = selected_module;
procFilter(fo_obj, delete_shortcut);
}