# HG changeset patch # User Atul Varma # Date 1219520470 25200 # Node ID 9d0dac426ba8ee323c2470eebf46d2cc02ed5269 # Parent 34656f9d24a9b0fdfbf1c5a67ab1256a3c97afbc Fixed a bug whereby if you're logged out of a feed requiring authentication, an annoying dialog box would pop up asking for auth info (reported in http://www.toolness.com/wp/?p=158#comment-955). diff -r 34656f9d24a9 -r 9d0dac426ba8 ambnews/content/ambnews.js --- a/ambnews/content/ambnews.js Sat Aug 23 09:24:00 2008 -0700 +++ b/ambnews/content/ambnews.js Sat Aug 23 12:41:10 2008 -0700 @@ -86,6 +86,7 @@ } var request = new XMLHttpRequest(); + request.mozBackgroundRequest = true; request.open("GET", url, true); var onRscFunc = function getXml_onReadyStateChange() {