From e20b658ca5b63eeacc21a2182512980219bee3f1 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 28 Jul 2010 11:30:29 +0200 Subject: this.checkComments has not been activated in non-RH type page objects. --- lib/rhbzpage.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rhbzpage.js') 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"); -- cgit