Great!
So it wil be in next release then or is there a patch?
Moderators: OldWolf, re*s.t.a.r.s.*2
Modified: trunk/lib/xajax_0.2.3/xajax_js/xajax_uncompressed.js
==============================================================================
--- trunk/lib/xajax_0.2.3/xajax_js/xajax_uncompressed.js (original)
+++ trunk/lib/xajax_0.2.3/xajax_js/xajax_uncompressed.js Wed Mar 29 20:41:25 2006
@@ -438,7 +438,8 @@
else {
var errorString = "Error: the server returned the following HTTP status: " + r.status;
errorString += "nReceived:n" + r.responseText;
- alert(errorString);
+// kerphi: I don't show this popup because it can occurs when the connection is bad!
+// alert(errorString);
document.body.style.cursor = 'default';
if (xajaxStatusMessages == true) window.status = 'Invalid XML response error';
}
Return to General Support (v1.x)
Users browsing this forum: No registered users and 74 guests