mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +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
|
* @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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user