small fatal error improvements

This commit is contained in:
Andrew Dolgov 2006-03-31 06:33:03 +01:00
parent 9a3bb96a87
commit 462a192bd5
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ function backend_sanity_check_callback() {
try {
if (!xmlhttp.responseXML) {
fatalError(3, "[D001, Reply is not XML]: " + xmlhttp.responseText);
fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText);
return;
}

View file

@ -64,7 +64,7 @@
<div id="overlay"><div id="overlay_inner">Loading, please wait...</div></div>
<div id="fatal_error"><div id="fatal_error_inner">
<h1>Fatal Error</h1>
<pre id="fatal_error_msg">Unknown Error</pre>
<div id="fatal_error_msg">Unknown Error</div>
</div></div>
<script type="text/javascript">