]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
If the XHR error suggests that the xhr.status is 0 (i.e., it didn't
authorSarven Capadisli <csarven@status.net>
Mon, 7 Dec 2009 09:55:12 +0000 (09:55 +0000)
committerSarven Capadisli <csarven@status.net>
Mon, 7 Dec 2009 09:55:12 +0000 (09:55 +0000)
commitaf0f905e2487bd00a0c888f1ddc704fb8ce44731
treedd36c74419d6a3fbad394be3aca23242a22f7f6e
parent49005881bd31a022e59574277866aada41e4b76d
If the XHR error suggests that the xhr.status is 0 (i.e., it didn't
receive an XHR object as expected), threat it as a success like HTTP
20x or 30x because the notice most likely went through. jquery.form.js
(for file uploads) and meteor.js both use an iframe and they (somehow)
appear to be in conflict. Notice always goes through, however,
xhr.status is 0. Further investigation is needed.
js/util.js