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:
Oleg Pudeyev 2013-01-09 20:32:48 -05:00
commit dc8d4dbf30

View file

@ -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);
});
/**