aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-28 11:30:29 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-28 13:30:14 +0200
commite20b658ca5b63eeacc21a2182512980219bee3f1 (patch)
tree4f25e48e079cf5e194999029728a747ebdc6bcee /lib/rhbzpage.js
parent0117e9f48d5753482bde1a254eb6419f1267d044 (diff)
downloadbugzilla-triage-e20b658ca5b63eeacc21a2182512980219bee3f1.tar.gz
this.checkComments has not been activated in non-RH type page objects.
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index 5f4f12c..8819d48 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -138,7 +138,6 @@ var RHBugzillaPage = function RHBugzillaPage(win, config) {
}
this.setBranding();
- this.checkComments();
// set default assignee on change of the component
var compElement = this.doc.getElementById("component");