diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 20:23:55 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 20:27:22 +0100 |
commit | e66b840d0387ea5d72a405b452786cb49cc34937 (patch) | |
tree | ae1909f0e9bcde09cd62857a1380ae0f3955611f /data/lib/bug-page-mod.js | |
parent | 18763039c1fd5baa5c857fa594c832bdd9b3ba6d (diff) | |
download | bugzilla-triage-e66b840d0387ea5d72a405b452786cb49cc34937.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 a5a908d..33742b3 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); |