app/soc/templates/soc/templatetags/_as_table_row.html
changeset 2575 e319fd52cbc4
parent 2561 2751a2462bb3
child 2661 03fcd4812eaa
--- a/app/soc/templates/soc/templatetags/_as_table_row.html	Wed Jul 08 15:45:53 2009 +0200
+++ b/app/soc/templates/soc/templatetags/_as_table_row.html	Thu Jul 09 10:16:29 2009 +0200
@@ -61,7 +61,7 @@
     if (not_fieldset) {
       documented.focus(function() {
         if (tooltip_object==null) {
-          tooltip_object = $(tooltip).purr({usingTransparentPNG: true});
+          tooltip_object = $(tooltip).purr({usingTransparentPNG: true,removeTimer: 10000});
         }
       });
       documented.blur(function() {
@@ -74,7 +74,7 @@
     else {
       documented.find("input").hover(function() {
         if (tooltip_object==null) {
-          tooltip_object = $(tooltip).purr({usingTransparentPNG: true});
+          tooltip_object = $(tooltip).purr({usingTransparentPNG: true,removeTimer: 10000});
         }
       },
       function() {