[Pkg-mozext-commits] [itsalltext] 162/459: Ignore the hash/anchor part of the URL

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:17 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 eb2ac54f270c6b9e0a2922550dc36f30bfe4ad28
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Thu Mar 8 09:06:17 2007 -0500

    Ignore the hash/anchor part of the URL
---
 chrome/content/cacheobj.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/chrome/content/cacheobj.js b/chrome/content/cacheobj.js
index 4324af5..369d88f 100644
--- a/chrome/content/cacheobj.js
+++ b/chrome/content/cacheobj.js
@@ -43,7 +43,6 @@ function CacheObj(node) {
                                  doc.location.port,
                                  doc.location.search,
                                  doc.location.pathname,
-                                 doc.location.hash,
                                  that.node_id ].join(':'));
     that.base_filename = [host, hash.slice(0,10)].join('.');
     /* The current extension.

-- 
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