diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-01 20:50:24 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:51:41 +0200 |
commit | 08194f2c04e1831a8a6c50b8290615889a5080a3 (patch) | |
tree | 7e01d21e1460d878ace7770b4a6e73b141205db8 /data/lib/bzpage.js | |
parent | 5f0cadb2b9b2929c63f2f35de14b63578efcc595 (diff) | |
download | bugzilla-triage-08194f2c04e1831a8a6c50b8290615889a5080a3.tar.gz |
Comment away activation of tweakBugzilla for 0.99 release.
Diffstat (limited to 'data/lib/bzpage.js')
-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 () { |