mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/15748] Fix toggle alt text
PHPBB3-15748
This commit is contained in:
parent
bd90a53589
commit
367f884d01
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ phpbb.addAjaxCallback('alt_text', function() {
|
||||||
altText = $this.attr('data-alt-text');
|
altText = $this.attr('data-alt-text');
|
||||||
$this.attr('data-alt-text', $this.text());
|
$this.attr('data-alt-text', $this.text());
|
||||||
$this.attr('title', $.trim(altText));
|
$this.attr('title', $.trim(altText));
|
||||||
$this.text(altText);
|
$this.children('span').text(altText);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue