mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 20:56:40 +02: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:
@ -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);
|
||||
});
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user