Changeset 27182 for _plugins_/_dev_/thickbox2
- Timestamp:
- 10.03.2009 08:58:38 (11 months ago)
- Files:
-
- 1 modified
-
_plugins_/_dev_/thickbox2/javascript/thickbox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/thickbox2/javascript/thickbox.js
r21375 r27182 34 34 function TB_image() { 35 35 var t = this.title || this.name ; 36 var longdesc = jQuery('img[ @longdesc]', this).attr('longdesc');36 var longdesc = jQuery('img[longdesc]', this).attr('longdesc'); 37 37 38 38 if (longdesc)
