diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-07 01:50:24 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-07 01:50:24 +0200 |
commit | ec1d6396ad5457a06af6ab7a5293b6922a5708c6 (patch) | |
tree | c57832664faa652b5bcf97599eb1cb3b41bf238d /jsons | |
parent | 9d6c70c656052e1c4f7df7a255c4f493d56f08c8 (diff) | |
download | bugzilla-triage-ec1d6396ad5457a06af6ab7a5293b6922a5708c6.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')
-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": [ |