aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
diff options
context:
space:
mode:
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r--bugzillaBugTriage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzillaBugTriage.js b/bugzillaBugTriage.js
index f0a5d59..1555627 100644
--- a/bugzillaBugTriage.js
+++ b/bugzillaBugTriage.js
@@ -2541,7 +2541,7 @@ RHBugzillaPage.prototype.generateTimeSheet = function(body) {
let callback = function(doc) {
if (config.gJSONData.configData.objectStyle = "RH") {
let curPage = new RHBugzillaPage(doc);
- } else if (config.gJSONData.configData.objectStyle = "RH") {
+ } else if (config.gJSONData.configData.objectStyle = "MoFo") {
let curPage = new MozillaBugzilla(doc);
}
};