]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Didn't test that JS in IE. Revert a little.
authorTom Adams <tom@holizz.com>
Tue, 4 Aug 2009 15:15:36 +0000 (16:15 +0100)
committerTom Adams <tom@holizz.com>
Tue, 4 Aug 2009 15:15:36 +0000 (16:15 +0100)
js/util.js

index 0409dc60146904d009280f70f342aaadc2d374ad..9d6e52b2d572ee5e55471a4eff4fac2b4c79f019 100644 (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;
                }