Didn't test that JS in IE. Revert a little.

This commit is contained in:
Tom Adams 2009-08-04 16:15:36 +01:00
parent 8e59ee61f7
commit ffa1d662a7
1 changed files with 0 additions and 4 deletions

View File

@ -264,10 +264,6 @@ function NoticeReplySet(nick,id) {
var len = text.val().length;
text.get(0).setSelectionRange(len,len);
text.get(0).focus();
} else if (text.get(0).createTextRange) {
var range = text.createTextRange();
range.collapse(false);
range.select();
}
return false;
}