You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/11/19 17:20:16 UTC

svn commit: r1036919 - /myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/impl/src/main/resources/static/windowhandler.html

Author: struberg
Date: Fri Nov 19 16:20:16 2010
New Revision: 1036919

URL: http://svn.apache.org/viewvc?rev=1036919&view=rev
Log:
EXTCDI-79 use more backbutton friendly javascript redirect

Modified:
    myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/impl/src/main/resources/static/windowhandler.html

Modified: myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/impl/src/main/resources/static/windowhandler.html
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/impl/src/main/resources/static/windowhandler.html?rev=1036919&r1=1036918&r2=1036919&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/impl/src/main/resources/static/windowhandler.html (original)
+++ myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/impl/src/main/resources/static/windowhandler.html Fri Nov 19 16:20:16 2010
@@ -90,7 +90,7 @@
 
         url = fixWindowId(url);
 
-        window.location = url;
+        window.location.replace = url;
     }
 </script>