diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 00:00:58 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-09-01 09:17:18 +0200 |
commit | b6b75faa9ef841396731398a2882e869df5b8ae7 (patch) | |
tree | f7ece86109980c8104aa2f8ccffb8503bcb6384f /data/lib/otherButtons.js | |
parent | 2ed5e245736860323819a93336b28d3b39176f17 (diff) | |
download | bugzilla-triage-b6b75faa9ef841396731398a2882e869df5b8ae7.tar.gz |
Removing GetURL and some overcomplicated parts.
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r-- | data/lib/otherButtons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index ef04d19..80d9274 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -95,7 +95,7 @@ function addingEmbelishments(logList) { && (!FillMagicDoneRE.test(getSummary())) && (maintCCAddr == "xgl-maint@redhat.com")) { // Add find chip magic button - fillInChipMagic(logList[0].id); + analyzeXorgLog(logList[0].id, "AnalyzeInterestingLine"); } // Add links for creating new bug in the same product |