small fatal error improvements
This commit is contained in:
parent
9a3bb96a87
commit
462a192bd5
2 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ function backend_sanity_check_callback() {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if (!xmlhttp.responseXML) {
|
if (!xmlhttp.responseXML) {
|
||||||
fatalError(3, "[D001, Reply is not XML]: " + xmlhttp.responseText);
|
fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
<div id="overlay"><div id="overlay_inner">Loading, please wait...</div></div>
|
<div id="overlay"><div id="overlay_inner">Loading, please wait...</div></div>
|
||||||
<div id="fatal_error"><div id="fatal_error_inner">
|
<div id="fatal_error"><div id="fatal_error_inner">
|
||||||
<h1>Fatal Error</h1>
|
<h1>Fatal Error</h1>
|
||||||
<pre id="fatal_error_msg">Unknown Error</pre>
|
<div id="fatal_error_msg">Unknown Error</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
Loading…
Reference in a new issue