[Jifty-commit] r4106 - in jifty/trunk: lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Sep 13 11:33:54 EDT 2007


Author: sterling
Date: Thu Sep 13 11:33:54 2007
New Revision: 4106

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/View/Declare/Page.pm

Log:
 r12057 at dynpc145:  andrew | 2007-09-13 10:22:35 -0500
 Removing the display style from the jifty-result-popup, which is breaking it.


Modified: jifty/trunk/lib/Jifty/View/Declare/Page.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/Page.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/Page.pm	Thu Sep 13 11:33:54 2007
@@ -192,7 +192,7 @@
     show('/keybindings');
     with( id => "jifty-wait-message", style => "display: none" ),
         div { _('Loading...') };
-    with( id => "jifty-result-popup", style => "display: none" ),
+    with( id => "jifty-result-popup" ),
         div { };
 
     # This is required for jifty server push.  If you maintain your own


More information about the Jifty-commit mailing list