mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
df383bc46b
commit
3fb2e6fba2
14 changed files with 3 additions and 186 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/**
|
||||
* @brief 카운터 정보 수집 javascript
|
||||
* window.onload 이벤트 후에 counter 모듈을 호출한다.
|
||||
**/
|
||||
|
||||
// 이벤트 등록
|
||||
xAddEventListener(window,'load',doCallCounter);
|
||||
|
||||
// counter 모듈을 호출하는 함수
|
||||
function doCallCounter() {
|
||||
show_waiting_message = false;
|
||||
exec_xml('counter','procCounterExecute');
|
||||
show_waiting_message = true;
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
/**
|
||||
* @brief 금지 IP 삭제
|
||||
**/
|
||||
function doDeleteDeniedIP(ipaddress) {
|
||||
var fo_obj = xGetElementById('fo_denied_ip');
|
||||
fo_obj.ipaddress.value = ipaddress;
|
||||
procFilter(fo_obj, delete_denied_ip);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 금지 단어 삭제
|
||||
**/
|
||||
function doDeleteDeniedWord(word) {
|
||||
var fo_obj = xGetElementById('fo_denied_word');
|
||||
fo_obj.word.value = word;
|
||||
procFilter(fo_obj, delete_denied_word);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue