app/soc/templates/soc/survey/edit.html
changeset 2575 e319fd52cbc4
parent 2572 1ad6d986be6d
child 2576 7a1138f8a0e2
--- a/app/soc/templates/soc/survey/edit.html	Wed Jul 08 15:45:53 2009 +0200
+++ b/app/soc/templates/soc/survey/edit.html	Thu Jul 09 10:16:29 2009 +0200
@@ -78,7 +78,7 @@
     var tooltip_object=null;
     $('#{{ type_id }}').hover(function() {
       if (tooltip_object==null) {
-        tooltip_object = $(tooltip).purr({usingTransparentPNG: true});
+        tooltip_object = $(tooltip).purr({usingTransparentPNG: true,removeTimer: 10000});
       }
     },
     function() {