aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/otherButtons.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r--data/lib/otherButtons.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js
index ea5f67b..6935b8e 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][1]);
+ fillInChipMagic(logList[0].id);
}
// Add links for creating new bug in the same product
@@ -114,9 +114,11 @@ function addingEmbelishments(logList) {
* String with the IsueTracker numbers
* @return none
*/
-function setBranding(atts) {
+function setBranding(things) {
var brandColor = {};
var TriagedColor = {};
+
+ var atts = things.attachments;
var xLogAtts = atts.getXorgList();
var ITbutton = document.getElementById("cf_issuetracker");