aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-05-18 07:17:27 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-05-18 07:17:27 +0200
commitd306c2460bedac3eec1167da537f5a92e61074ba (patch)
tree8c7dae6ccc0ffa0000f45d65a86f4cac423db204
parent25028bef747da268b7a2923916a835f232820860 (diff)
downloadbugzilla-triage-d306c2460bedac3eec1167da537f5a92e61074ba.tar.gz
Fix configuration possibility for MoFo
-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);
}
};