bug 135142 key navigation doesn't work for advanced tab. patch by walk84@yahoo.com, r=caillon, sr=jag
git-svn-id: svn://10.0.0.236/trunk@135602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a9539192f9
commit
06dd6bcdec
@ -46,8 +46,6 @@
|
||||
var checked = document.getElementById("advancedMailFTP").checked;
|
||||
var field = document.getElementById("advancedMailFTPAddress");
|
||||
field.disabled = !checked;
|
||||
if (checked)
|
||||
field.focus();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user