From 5ec547dc04fa7f79a66a15ef61da79cafb725bb7 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 7 May 2011 01:50:24 +0200 Subject: 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 --- jsons/Config_mozilla.json | 1 + 1 file changed, 1 insertion(+) (limited to 'jsons/Config_mozilla.json') 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": [ -- cgit