Ignore:
Timestamp:
Apr 5, 2012, 6:41:15 PM (12 years ago)
Author:
flop25
Message:

bug correction :
-undefined tittle for non-default themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/css_js.tpl

    r12045 r13921  
    1111    onShow: function(link){
    1212      {/literal}{if $imgpreview.title=="true"}{literal}
    13       jQuery('<span>' + jQuery(link).children().attr("title") + '</span>').appendTo(this);
     13      jQuery('<span>' + jQuery(link).attr("data-tittle") + '</span>').appendTo(this);
    1414     
    1515      {/literal}{/if}{if $imgpreview.opacity=="true"}{literal}
Note: See TracChangeset for help on using the changeset viewer.