aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzillaBugTriage.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index f8b3ccd..d6051a7 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -627,8 +627,6 @@ bzPage.prototype.fillInWhiteBoard = function (iLine, driverStr) {
}
// cardIDArr [0] = RE, [1] = ("RADEON","INTEL","NOUVEAU"), [2] = manu PCIID
iLine = $.trim(iLine.replace(new RegExp(cardIDArr[0],"i")));
- // FIXME is this necessary? Let's try without it
- // outStr = iLine.replace(/^\W*(\w*).*$/,"$1");
// nVidia developers opted-out from grouping
if (driverStr === "INTEL") {
outStr = this.groupIDs(cardIDArr[1],iLine);
@@ -682,7 +680,7 @@ bzPage.prototype.addNewButton = function (originalLocation,newId,newLabel,
}).click(function (evt) {
that.generalPurposeCureForAllDisease(commStr,nState, secPar);
});
-// FIXME why is this here? newButton;
+
if (after) {
$(originalLocation, this.doc).after(newButton).after("\u00A0");
} else {
@@ -1049,13 +1047,6 @@ bzPage.prototype.fixAttachById = function(id,type) {
dataType: "xml"
});
-//function (data, textStatus) {
-// // data could be xmlDoc, jsonObj, html, text, etc...
-// this; // the options for this ajax request
-//}
-
- // spec is http://www.xmlrpc.com/spec
- // FIXME content-type MUST be text/xml
this.reqCounter++;
};