]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Detect and show AJAX errors on FormXHR submission handling.
authorBrion Vibber <brion@pobox.com>
Wed, 16 Mar 2011 23:10:43 +0000 (16:10 -0700)
committerBrion Vibber <brion@pobox.com>
Wed, 16 Mar 2011 23:10:43 +0000 (16:10 -0700)
commit7d202e9c616775ab9e79b910af2061200d245a14
tree840d3e50cda14f8a020986bb38dca9152db4effd
parent2bad1d0cd98a956d0cb512f889453f39da576720
Detect and show AJAX errors on FormXHR submission handling.

Previously we threw away errore reported by the actual AJAX submission and only used whatever error the browser reported to us; this didn't help if we reached the server ok but had a problem there.
We now extract the #error if given and use that in the alert().
Also should now show 'Unknown error' instead of a crappy generic 'something died in jQuery' when we get a 200 response but bogus return data.
js/util.js
js/util.min.js