diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-01 20:50:24 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-01 20:50:24 +0200 |
commit | 4619c44e1c0f79523466934747ec599c45db52ce (patch) | |
tree | ccb847b2d3c6782614da2c259f022cae1ca63016 /data/lib | |
parent | 123ad973ae839ae4c21ceea689a84b1430de0f82 (diff) | |
download | bugzilla-triage-4619c44e1c0f79523466934747ec599c45db52ce.tar.gz |
Comment away activation of tweakBugzilla for 0.99 release.
Diffstat (limited to 'data/lib')
-rw-r--r-- | data/lib/bzpage.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/lib/bzpage.js b/data/lib/bzpage.js index ca3993a..d957bd3 100644 --- a/data/lib/bzpage.js +++ b/data/lib/bzpage.js @@ -316,9 +316,9 @@ function generateButtons (pkgs, kNodes) { RHBZinit(); } - if (tweakBugzilla) { - tweakBugzilla(document, constantData); - } +// if (tweakBugzilla) { +// tweakBugzilla(document, constantData); +// } } function setConfigurationButton () { |