Fix goodiesPopup caption value
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 14 Dec 2013 18:17:53 +0000 (19:17 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 14 Dec 2013 19:19:25 +0000 (20:19 +0100)
Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
htdocs/javascript/xorg.js

index 1785568..fc979d4 100644 (file)
@@ -147,7 +147,7 @@ function addSearchEngine()
 
             return this.overlib({
                 text: text,
-                caption: this.attr('title') || goodies.default_title,
+                caption: this.attr('title') || goodies[type].default_title,
                 close_text: 'Fermer',
                 delay: 800,
                 sticky: true,