mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
issue 44 : Remove x-functions from the member module, the module module and the spamfilter module.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8502 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4091023741
commit
a64ab93dc1
6 changed files with 73 additions and 82 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* @brief 금지 IP 삭제
|
||||
**/
|
||||
function doDeleteDeniedIP(ipaddress) {
|
||||
var fo_obj = xGetElementById('fo_denied_ip');
|
||||
var fo_obj = get_by_id('fo_denied_ip');
|
||||
fo_obj.ipaddress.value = ipaddress;
|
||||
procFilter(fo_obj, delete_denied_ip);
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@ function doDeleteDeniedIP(ipaddress) {
|
|||
* @brief 금지 단어 삭제
|
||||
**/
|
||||
function doDeleteDeniedWord(word) {
|
||||
var fo_obj = xGetElementById('fo_denied_word');
|
||||
var fo_obj = get_by_id('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