[SPIP Zone] r4286 - /_plugins_/thickbox/thickbox.js

Author: pierre.andrews@gmail.com
Date: Sun Jul 30 18:47:36 2006
New Revision: 4286

Log:
retour du fonctionement de base sur les liens thickbox, pour qd on veut qu'il ouvre des pages en ajax

Modified:
    _plugins_/thickbox/thickbox.js

Modified: _plugins_/thickbox/thickbox.js

--- _plugins_/thickbox/thickbox.js (original)
+++ _plugins_/thickbox/thickbox.js Sun Jul 30 18:47:36 2006
@@ -25,7 +25,7 @@
         : (this.href
           ? this.href.match(/^[^?]+\.(jpeg|jpg|gif|png)$/i)
           : false
- )
+ ) || this.className == 'thickbox'
       ) {
         this.onclick = TB_Image;
       }