diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-07 01:50:24 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:46 +0200 |
commit | 5ec547dc04fa7f79a66a15ef61da79cafb725bb7 (patch) | |
tree | 81762bf0ae7be176d2257bb2a09c715ce0989fb3 /jsons/Config_mozilla.json | |
parent | 8e501abd49e5aeac70a84ceef96a72b5078df221 (diff) | |
download | bugzilla-triage-5ec547dc04fa7f79a66a15ef61da79cafb725bb7.tar.gz |
Make inline history (if it worked, that is ;)) configurable.
* JSON must contain configData.verboseInlineHistory
* enable it for mozilla JSON per default
* also move call of addNewLinks to bzpage.js
Diffstat (limited to 'jsons/Config_mozilla.json')
-rw-r--r-- | jsons/Config_mozilla.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": [ |