[Jifty-commit] r1180 - in jifty/trunk: share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jun 6 21:47:56 EDT 2006


Author: trs
Date: Tue Jun  6 21:47:55 2006
New Revision: 1180

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r12733 at zot:  tom | 2006-06-06 21:45:30 -0400
 Slightly longer fade to give the user more time to read/click


Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Tue Jun  6 21:47:55 2006
@@ -633,15 +633,15 @@
     node.innerHTML = text;
 
     if(popup.hasChildNodes()) {
-	popup.insertBefore(node, popup.firstChild);
+        popup.insertBefore(node, popup.firstChild);
     } else {
-	popup.appendChild(node);
+        popup.appendChild(node);
     }
     new Effect.SlideDown(node, {duration: 0.5});
     
     setTimeout(function () {
-	    new Effect.Fade(node, {duration: 4.0});
-	}, 2000);
+        new Effect.Fade(node, {duration: 5.0});
+    }, 2000);
 }
 
 Jifty.Autocompleter = Class.create();


More information about the Jifty-commit mailing list