view ambnews/content/browser.xul @ 6:ec86d1e59d44

Ummm... Oops. When I converted AmbNews annotations to ambnews annotations, I missed a few.
author Atul Varma <varmaa@toolness.com>
date Thu, 21 Aug 2008 18:14:31 -0700
parents 88b12596346d
children fe30d1d71ee5
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.document.getElementById("content").addEventListener(
    "DOMContentLoaded",
    AmbNews.onLoad,
    false
    );
  window.addEventListener("DOMLinkAdded", AmbNews.onLinkAdded, false);
  </script>
</overlay>