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@733 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a64ca58dd4
commit
75496136d9
7 changed files with 17 additions and 85 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue