diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-04 02:30:57 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:48 +0200 |
commit | ffa6d74ddbf28c7fb7be1ad473847807d0301eac (patch) | |
tree | d10ac4afcfeb053567db51462e9695badab875ee /lib/libbugzilla.js | |
parent | 7509c91794f93a5b4445239429c2b918f771b543 (diff) | |
download | bugzilla-triage-ffa6d74ddbf28c7fb7be1ad473847807d0301eac.tar.gz |
Moving ahead ... storing the progress for future.
Diffstat (limited to 'lib/libbugzilla.js')
-rw-r--r-- | lib/libbugzilla.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js index b49e776..5b77e25 100644 --- a/lib/libbugzilla.js +++ b/lib/libbugzilla.js @@ -21,7 +21,7 @@ var BTSPrefNS = "bugzilla-triage.setting."; var BTSPassRealm = "BTSXMLRPCPass"; var copiedAttributes = [ "queryButton", "upstreamButton", "parseAbrtBacktraces", "submitsLogging", "XorgLogAnalysis", "objectStyle", "signature", - "suspiciousComponents" ]; + "suspiciousComponents", "verboseInlineHistory" ]; var passwords = {}; // hash of passwords indexed by a hostname |