changeset 17:9d0dac426ba8

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).
author Atul Varma <varmaa@toolness.com>
date Sat, 23 Aug 2008 12:41:10 -0700
parents 34656f9d24a9
children 301ba9942f59
files ambnews/content/ambnews.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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() {