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

This commit is contained in:
zero 2007-03-28 02:38:28 +00:00
parent a64ca58dd4
commit 75496136d9
7 changed files with 17 additions and 85 deletions

View file

@ -4,20 +4,6 @@
* @desc : admin 모듈의 javascript
**/
// 로그아웃
function completeLogout(ret_obj) {
var error = ret_obj['error'];
var message = ret_obj['message'];
location.href = "./admin.php";
}
// 로그인폼에서 아이디 포커스
function doAdminLoginFocus() {
var fo = xGetElementById('user_id');
if(fo) fo.focus();
}
// 숏컷 삭제
function doDeleteShortCut(selected_module) {
var fo_obj = xGetElementById('fo_shortcut_info');