js: activate row also for textarea elements

This commit is contained in:
Thomas Gelf 2016-03-14 13:09:18 +01:00
parent ca11bf12f8
commit 5304f3db2d
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
this.module.on('click', 'fieldset > legend', this.toggleFieldset);
this.module.on('click', 'input.related-action', this.extensibleSetAction);
this.module.on('focus', 'form input', this.formElementFocus);
this.module.on('focus', 'form textarea', this.formElementFocus);
this.module.on('focus', 'form select', this.formElementFocus);
this.module.icinga.logger.debug('Director module initialized');
},