overly zealous error reporting

This commit is contained in:
Anton Dyudin 2015-07-13 18:20:09 -07:00
parent e8ca900ad6
commit 7a25c30fac

View File

@ -33,7 +33,7 @@ window.urb.req = function(method,url,params,json,cb) {
if(res.data.reload)
res.reload = res.data.reload
} catch(e) {
if(urb.wall !== false) document.write(this.responseText) // XX
// if(urb.wall !== false) document.write(this.responseText) // XX
err = {
message:"Failed to parse JSON",
raw:this.responseText