mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01:00
[ticket/12124] The textarea selector is failing in IE8 & 9.
PHPBB3-12124
This commit is contained in:
parent
a18dc8d1d6
commit
53ef25e837
@ -313,7 +313,7 @@ phpbb.plupload.hideEmptyList = function() {
|
||||
* @return undefined
|
||||
*/
|
||||
phpbb.plupload.updateBbcode = function(action, index) {
|
||||
var textarea = $(phpbb.plupload.form).find('textarea[name="message"]'),
|
||||
var textarea = $('#message', phpbb.plupload.form),
|
||||
text = textarea.val(),
|
||||
removal = (action === 'removal');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user