--- a/install/includes/stages/website.php Fri Feb 08 23:20:20 2008 -0500
+++ b/install/includes/stages/website.php Sun Feb 10 19:35:06 2008 -0500
@@ -34,7 +34,7 @@
}
var __ajaxMrwTest_chain_rewrite = function()
{
- if ( ajax.readyState == 4 )
+ if ( ajax.readyState == 4 && ajax.status == 200 )
{
if ( ajax.responseText == 'good_rewrite' )
{
@@ -48,7 +48,7 @@
}
var __ajaxMrwTest_chain_shortened = function()
{
- if ( ajax.readyState == 4 )
+ if ( ajax.readyState == 4 && ajax.status == 200 )
{
if ( ajax.responseText == 'good_shortened' )
{
@@ -62,7 +62,7 @@
}
var __ajaxMrwTest_chain_standard = function()
{
- if ( ajax.readyState == 4 )
+ if ( ajax.readyState == 4 && ajax.status == 200 )
{
if ( ajax.responseText == 'good_standard' )
{