From 6f276251b94c54e182955c4e18fe50cb0287a584 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 9 Nov 2011 01:10:06 +0100 Subject: Eliminate unusused configuration options. While writing the brain dump about this add-on I found out that these options are not used any more. --- lib/libbugzilla.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libbugzilla.js') diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index e30efef..7ab1029 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -19,7 +19,7 @@ var JSONURLDefault = "https://fedorahosted.org/released"+ "/bugzilla-triage-scripts/Config_data.json"; var BTSPrefNS = "bugzilla-triage.setting."; var BTSPassRealm = "BTSXMLRPCPass"; -var copiedAttributes = [ "queryButton", "upstreamButton", "parseAbrtBacktraces", +var copiedAttributes = [ "parseAbrtBacktraces", "submitsLogging", "XorgLogAnalysis", "objectStyle", "signature", "suspiciousComponents", "verboseInlineHistory" ]; -- cgit