equal
deleted
inserted
replaced
50 { |
50 { |
51 if ( ajax.readyState == 4 ) |
51 if ( ajax.readyState == 4 ) |
52 { |
52 { |
53 if ( ajax.responseText == 'good_shortened' ) |
53 if ( ajax.responseText == 'good_shortened' ) |
54 { |
54 { |
55 ajaxMrwSet('standard'); |
55 ajaxMrwSet('shortened'); |
56 } |
56 } |
57 else |
57 else |
58 { |
58 { |
59 ajaxGet(scriptPath + '/install/install.php?do=modrewrite_test&str=standard', __ajaxMrwTest_chain_standard); |
59 ajaxGet(scriptPath + '/install/install.php?do=modrewrite_test&str=standard', __ajaxMrwTest_chain_standard); |
60 } |
60 } |