view ambnews/content/browser.xul @ 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 fe30d1d71ee5
children
line wrap: on
line source

<?xml version="1.0"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
         xmlns:svg="http://www.w3.org/2000/svg">
  <script type="application/javascript;version=1.7"
          src="chrome://ambnews/content/ambnews.js"/>
  <script>
  window.addEventListener("load", AmbNews.initBrowser, false);
  </script>
</overlay>