1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 17:52:26 +01:00

Add Bugzilla to 'ln'.

This commit is contained in:
Kris Maglione
2012-06-25 17:32:51 -04:00
parent 8241978809
commit bb9e343696
2 changed files with 2 additions and 0 deletions

View File

@@ -1060,6 +1060,7 @@
mxr.mozilla.org:a.l,
pastebin.com:#code_frame>div>ol>li,
addons.mozilla.org:.gutter>.line>a,
bugzilla.mozilla.org:.bz_comment:not(.bz_first_comment):not(.ih_history),
*:'/* Hgweb/Gitweb */ .completecodeline a.codeline, a.linenr']]></default>
<description>
<p>

View File

@@ -2246,6 +2246,7 @@ var Buffer = Module("Buffer", {
"mxr.mozilla.org": 'a.l',
"pastebin.com": '#code_frame>div>ol>li',
"addons.mozilla.org": '.gutter>.line>a',
"bugzilla.mozilla.org": ".bz_comment:not(.bz_first_comment):not(.ih_history)",
"*": '/* Hgweb/Gitweb */ .completecodeline a.codeline, a.linenr'
},
{