mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
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:
parent
88a1b978ce
commit
38b653d075
@ -39,7 +39,7 @@
|
|||||||
*/
|
*/
|
||||||
ui: {
|
ui: {
|
||||||
groupSelect: 'select[name="group"]',
|
groupSelect: 'select[name="group"]',
|
||||||
groupDescription: '#groupDescription',
|
groupDescription: '#group-description',
|
||||||
name: 'input[name="name"]',
|
name: 'input[name="name"]',
|
||||||
email: 'input[name="email"]',
|
email: 'input[name="email"]',
|
||||||
message: 'textarea[name="message"]',
|
message: 'textarea[name="message"]',
|
||||||
|
Loading…
Reference in New Issue
Block a user