diff options
Diffstat (limited to 'chrome/content')
-rw-r--r-- | chrome/content/code/redirectList.xul.js | 2 | ||||
-rw-r--r-- | chrome/content/log.html | 1 | ||||
-rw-r--r-- | chrome/content/ui/redirectList.xul | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/chrome/content/code/redirectList.xul.js b/chrome/content/code/redirectList.xul.js index 046d018..6fdcca3 100644 --- a/chrome/content/code/redirectList.xul.js +++ b/chrome/content/code/redirectList.xul.js @@ -1,4 +1,4 @@ -//// document.getElementByIdId: redirectList.xul.js 249 2009-09-15 21:41:06Z einar@einaregilsson.com document.getElementById
+// $Id$
var Redirector = Components.classes["@einaregilsson.com/redirector;1"].getService(Components.interfaces.nsISupports).wrappedJSObject;
const Cc = Components.classes;
diff --git a/chrome/content/log.html b/chrome/content/log.html index 64ff726..a70d9f4 100644 --- a/chrome/content/log.html +++ b/chrome/content/log.html @@ -1,3 +1,4 @@ +<!-- $Id$ -->
<html>
<head>
<title>Redirector Log Message Listener
diff --git a/chrome/content/ui/redirectList.xul b/chrome/content/ui/redirectList.xul index 9154e8a..58c726a 100644 --- a/chrome/content/ui/redirectList.xul +++ b/chrome/content/ui/redirectList.xul @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id -->
+<!-- $Id$ -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://redirector/skin/redirector.css" type="text/css"?>
|