Show
Ignore:
Timestamp:
10.03.2009 08:58:38 (11 months ago)
Author:
fil@…
Message:

compat jQuery 1.3.2 -- find spip-zone/ -name '*.js' | xargs grep -l [@ 2>/dev/null pour les trouver tous

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • _plugins_/_dev_/thickbox2/javascript/thickbox.js

    r21375 r27182  
    3434function TB_image() { 
    3535        var t = this.title || this.name ; 
    36         var longdesc = jQuery('img[@longdesc]', this).attr('longdesc'); 
     36        var longdesc = jQuery('img[longdesc]', this).attr('longdesc'); 
    3737 
    3838        if (longdesc)