Show More
@@ -87,11 +87,13 b' function addQuickReply(postId) {' | |||||
87 | blockToInsert = $('.thread'); |
|
87 | blockToInsert = $('.thread'); | |
88 | } |
|
88 | } | |
89 | showFormAfter(blockToInsert); |
|
89 | showFormAfter(blockToInsert); | |
90 |
|
|
90 | ||
|
91 | textAreaJq.focus(); | |||
91 |
|
92 | |||
92 | var textarea = document.getElementsByTagName('textarea')[0]; |
|
93 | var textarea = document.getElementsByTagName('textarea')[0]; | |
93 | moveCaretToEnd(textarea); |
|
94 | moveCaretToEnd(textarea); | |
94 | } |
|
95 | } | |
|
96 | } | |||
95 |
|
97 | |||
96 | function addQuickQuote(postId) { |
|
98 | function addQuickQuote(postId) { | |
97 | if (getForm().prev().attr('id') != postId) { |
|
99 | if (getForm().prev().attr('id') != postId) { |
General Comments 0
You need to be logged in to leave comments.
Login now