mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 9)
* convert filter handler
This commit is contained in:
@@ -601,14 +601,14 @@ function fi_toggle() {
|
||||
// Set focus on first textbox
|
||||
d.firstChild.nodeValue = LANG.fihide;
|
||||
c = (c.parentNode.tagName == 'FORM' ? c.parentNode : $WH.gE(c, 'form')[0]);
|
||||
c = c.elements.na ? c.elements.na: c.elements.ti;
|
||||
c = c.elements.na ? c.elements.na : c.elements.ti;
|
||||
c.focus();
|
||||
c.select();
|
||||
}
|
||||
else {
|
||||
d.firstChild.nodeValue = LANG.fishow;
|
||||
}
|
||||
d.className = 'disclosure-' + (b ? 'on': 'off');
|
||||
d.className = 'disclosure-' + (b ? 'on' : 'off');
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user