Mercurial > ambnews-firefox
view ambnews/content/browser.xul @ 13:fe30d1d71ee5
Fixed the race-condition bug for selecting the about:news URL text, and also probably prevented about:news from loading in places that it wasn't supposed to.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sat, 23 Aug 2008 09:15:27 -0700 |
parents | 88b12596346d |
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>