mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
[ticket/12124] The textarea selector is failing in IE8 & 9.
PHPBB3-12124
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user