[Pkg-mozext-commits] [itsalltext] 257/459: removed unneeded code

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 00c65b62dc46eb3f8e5b55133f768d3d6e167fa3
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Thu Jun 21 10:50:12 2007 -0400

    removed unneeded code
---
 src/chrome/content/itsalltext.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/chrome/content/itsalltext.js b/src/chrome/content/itsalltext.js
index 53adbbb..4027257 100644
--- a/src/chrome/content/itsalltext.js
+++ b/src/chrome/content/itsalltext.js
@@ -636,9 +636,6 @@ var ItsAllText = function() {
      */
     that.onDOMContentLoad = function(event) {
         var doc = event.originalTarget;
-        if (!doc || doc.nodeName != "#document") { 
-            return;
-        }
         that.monitor.watch(doc);
         return;
     };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list