diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 20:23:55 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:44:01 +0200 |
commit | fb9466fb0147ae296d0657cda851ae707f5453d4 (patch) | |
tree | ff4bf6e565f0e19435fb28e5cab8168966870230 /data/lib/bug-page-mod.js | |
parent | 71fc5197d1a71a9f2efd1b4f83c7d3b0de539e10 (diff) | |
download | bugzilla-triage-fb9466fb0147ae296d0657cda851ae707f5453d4.tar.gz |
Make new links work on RH BZ.
Fix #74
Diffstat (limited to 'data/lib/bug-page-mod.js')
-rw-r--r-- | data/lib/bug-page-mod.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/lib/bug-page-mod.js b/data/lib/bug-page-mod.js index 589a45f..8972ee6 100644 --- a/data/lib/bug-page-mod.js +++ b/data/lib/bug-page-mod.js @@ -37,8 +37,8 @@ function tweakBugzilla(d) { // run on both bugzilla.m.o and bugzilla-stage-tip.m.o - if (!onBugzillaPage(d.URL)) - return; + // if (!onBugzillaPage(d.URL)) + // return; // Put the quicksearch text in the quicksearch boxes quicksearchHandler(d); |