install/includes/stages/website.php
changeset 508 459a447d7e79
parent 407 35d94240a197
child 510 290fa071842a
--- a/install/includes/stages/website.php	Tue Mar 18 14:32:40 2008 -0400
+++ b/install/includes/stages/website.php	Tue Mar 18 16:56:56 2008 -0400
@@ -34,7 +34,7 @@
   }
   var __ajaxMrwTest_chain_rewrite = function()
   {
-    if ( ajax.readyState == 4 && ajax.status == 200 )
+    if ( ajax.readyState == 4 )
     {
       if ( ajax.responseText == 'good_rewrite' )
       {
@@ -48,7 +48,7 @@
   }
   var __ajaxMrwTest_chain_shortened = function()
   {
-    if ( ajax.readyState == 4 && ajax.status == 200 )
+    if ( ajax.readyState == 4 )
     {
       if ( ajax.responseText == 'good_shortened' )
       {
@@ -62,7 +62,7 @@
   }
   var __ajaxMrwTest_chain_standard = function()
   {
-    if ( ajax.readyState == 4 && ajax.status == 200 )
+    if ( ajax.readyState == 4 )
     {
       if ( ajax.responseText == 'good_standard' )
       {