mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Merge PR #1181 branch 'marc1706/ticket/11313' into develop
# By Marc Alexander # Via Marc Alexander * marc1706/ticket/11313: [ticket/11313] Use correct object el instead of eel in alt_text callback
This commit is contained in:
commit
dc8d4dbf30
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ phpbb.addAjaxCallback('alt_text', function() {
|
|||
altText = el.attr('data-alt-text');
|
||||
el.attr('data-alt-text', el.text());
|
||||
el.attr('title', altText);
|
||||
eel.text(altText);
|
||||
el.text(altText);
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue