diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-28 11:30:29 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-28 13:30:14 +0200 |
commit | e20b658ca5b63eeacc21a2182512980219bee3f1 (patch) | |
tree | 4f25e48e079cf5e194999029728a747ebdc6bcee /lib/bzpage.js | |
parent | 0117e9f48d5753482bde1a254eb6419f1267d044 (diff) | |
download | bugzilla-triage-e20b658ca5b63eeacc21a2182512980219bee3f1.tar.gz |
this.checkComments has not been activated in non-RH type page objects.
Diffstat (limited to 'lib/bzpage.js')
-rw-r--r-- | lib/bzpage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bzpage.js b/lib/bzpage.js index d098d70..f281d78 100644 --- a/lib/bzpage.js +++ b/lib/bzpage.js @@ -121,6 +121,7 @@ var BZPage = function BZPage(win, config) { } } + this.checkComments(); this.generateButtons(); }; |