diff options
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r-- | bugzillaBugTriage.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js index 1579388..79b7d81 100644 --- a/bugzillaBugTriage.js +++ b/bugzillaBugTriage.js @@ -1340,6 +1340,9 @@ BzPage.prototype.fixAllAttachments = function(list) { * @return button fixing all bad Attachments */ BzPage.prototype.createFixAllButton = function (list) { + if (!XMLRPCMessage) { + return; + } var that = this; var elem = this.dok.createElement("a"); elem.setAttribute("href",""); |