Mercurial > ambnews-firefox
view ambnews/content/browser.xul @ 20:aa3ccc022d07
If displaying a feed throws an unexpected exception, we just log the error and move on to the next one.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Mon, 08 Sep 2008 15:59:53 -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>
