aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-11-09 01:10:06 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-11-09 01:10:06 +0100
commit6f276251b94c54e182955c4e18fe50cb0287a584 (patch)
treebc734fd6729ddcbeb59b755702ed9be50313c59e /lib/libbugzilla.js
parent5e1f63e94d4974dbf400478b9d491e360d019101 (diff)
downloadbugzilla-triage-6f276251b94c54e182955c4e18fe50cb0287a584.tar.gz
Eliminate unusused configuration options.
While writing the brain dump about this add-on I found out that these options are not used any more.
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r--lib/libbugzilla.js2
1 files changed, 1 insertions, 1 deletions
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" ];