From 4619c44e1c0f79523466934747ec599c45db52ce Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 1 May 2011 20:50:24 +0200 Subject: Comment away activation of tweakBugzilla for 0.99 release. --- data/lib/bzpage.js | 6 +++--- 1 file 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 () { -- cgit