mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12124] The textarea selector is failing in IE8 & 9.
PHPBB3-12124
This commit is contained in:
parent
a18dc8d1d6
commit
53ef25e837
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ phpbb.plupload.hideEmptyList = function() {
|
||||||
* @return undefined
|
* @return undefined
|
||||||
*/
|
*/
|
||||||
phpbb.plupload.updateBbcode = function(action, index) {
|
phpbb.plupload.updateBbcode = function(action, index) {
|
||||||
var textarea = $(phpbb.plupload.form).find('textarea[name="message"]'),
|
var textarea = $('#message', phpbb.plupload.form),
|
||||||
text = textarea.val(),
|
text = textarea.val(),
|
||||||
removal = (action === 'removal');
|
removal = (action === 'removal');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue