diff options
-rw-r--r-- | data/lib/bzpage.js | 2 | ||||
-rw-r--r-- | data/lib/otherButtons.js | 4 | ||||
-rw-r--r-- | data/tweaks/bug-page-mod.js | 4 | ||||
-rw-r--r-- | jsons/Config_mozilla.json | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/data/lib/bzpage.js b/data/lib/bzpage.js index 35f993c..10c71fb 100644 --- a/data/lib/bzpage.js +++ b/data/lib/bzpage.js @@ -364,7 +364,7 @@ function completeInit() { RHBZinit(attachments); } - if (tweakBugzilla) { + if (tweakBugzilla && config.verboseInlineHistory) { tweakBugzilla(attachments, constantData); } } diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index 6fa48e0..f9346d8 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -123,6 +123,10 @@ function addingEmbelishments(list) { fillInChipMagic(list[0][1]); } } + + // Add links for creating new bug in the same product + // and same component + addNewLinks(); } /** diff --git a/data/tweaks/bug-page-mod.js b/data/tweaks/bug-page-mod.js index b4a2244..3d5ee9b 100644 --- a/data/tweaks/bug-page-mod.js +++ b/data/tweaks/bug-page-mod.js @@ -72,10 +72,6 @@ function collectHistory(rpcURL) { } function tweakBugzilla(atts, cData) { - // Add links for creating new bug in the same product - // and same component - addNewLinks(); - viewAttachmentSource(atts); // Mark up history along right hand edge diff --git a/jsons/Config_mozilla.json b/jsons/Config_mozilla.json index 302bda9..10de144 100644 --- a/jsons/Config_mozilla.json +++ b/jsons/Config_mozilla.json @@ -72,6 +72,7 @@ "queryButton": true, "upstreamButton": false, "parseAbrtBacktraces": true, + "verboseInlineHistory": true, "submitsLogging": false, "suspiciousComponents": [ |