diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-05-18 07:17:27 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-05-18 07:17:27 +0200 |
commit | d306c2460bedac3eec1167da537f5a92e61074ba (patch) | |
tree | 8c7dae6ccc0ffa0000f45d65a86f4cac423db204 /bugzillaBugTriage.js | |
parent | 25028bef747da268b7a2923916a835f232820860 (diff) | |
download | bugzilla-triage-d306c2460bedac3eec1167da537f5a92e61074ba.tar.gz |
Fix configuration possibility for MoFo
Diffstat (limited to 'bugzillaBugTriage.js')
-rw-r--r-- | bugzillaBugTriage.js | 2 |
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); } }; |