[Jifty-commit] r3404 - jifty/branches/fragcont/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 8 16:43:53 EDT 2007


Author: clkao
Date: Fri Jun  8 16:43:52 2007
New Revision: 3404

Modified:
   jifty/branches/fragcont/lib/Jifty/Web.pm

Log:
misc cleanups.

Modified: jifty/branches/fragcont/lib/Jifty/Web.pm
==============================================================================
--- jifty/branches/fragcont/lib/Jifty/Web.pm	(original)
+++ jifty/branches/fragcont/lib/Jifty/Web.pm	Fri Jun  8 16:43:52 2007
@@ -698,11 +698,8 @@
     my ($page) = @_;
 
     # It's an experimental feature to support redirect within a
-    # region.  It's currently enabled only for SPA.  We should make
-    # sure we understand what existing code is call this kind of replace.
-    my ($spa) = Jifty->find_plugin('Jifty::Plugin::SinglePage');
-
-    if ($spa && $self->current_region) { 
+    # region.
+    if ($self->current_region) { 
         # If we're within a region stack, we don't really want to
         # redirect. We want to redispatch.  Also reset the things
         # applied on beofre.


More information about the Jifty-commit mailing list