1
0
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:
Cesar G 2014-01-28 15:44:34 -08:00
parent a18dc8d1d6
commit 53ef25e837

View File

@ -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');