forked from GNUsocial/gnu-social
Didn't test that JS in IE. Revert a little.
This commit is contained in:
parent
8e59ee61f7
commit
ffa1d662a7
@ -264,10 +264,6 @@ function NoticeReplySet(nick,id) {
|
|||||||
var len = text.val().length;
|
var len = text.val().length;
|
||||||
text.get(0).setSelectionRange(len,len);
|
text.get(0).setSelectionRange(len,len);
|
||||||
text.get(0).focus();
|
text.get(0).focus();
|
||||||
} else if (text.get(0).createTextRange) {
|
|
||||||
var range = text.createTextRange();
|
|
||||||
range.collapse(false);
|
|
||||||
range.select();
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user