view ambnews/content/browser.xul @ 5:8cafc4c42c29

Changed page annotations from AmbNews/something to ambnews/something to match the way other paths are done, but it appears that page annotations are case-insensitive anyways, which is cool I guess.
author Atul Varma <varmaa@toolness.com>
date Thu, 21 Aug 2008 17:46:17 -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>