Fix bug with immutable group description in dialog forms

See https://mibew.org/forums/index.php/topic,192246.msg199920.html for details
This commit is contained in:
Fedor A. Fetisov 2019-02-19 02:31:17 +03:00
parent 88a1b978ce
commit 38b653d075

View File

@ -39,7 +39,7 @@
*/
ui: {
groupSelect: 'select[name="group"]',
groupDescription: '#groupDescription',
groupDescription: '#group-description',
name: 'input[name="name"]',
email: 'input[name="email"]',
message: 'textarea[name="message"]',