controlbox: have only one dropdown menu open at one time.
This commit is contained in:
parent
bfc1e99694
commit
631ac6108f
@ -509,6 +509,9 @@
|
||||
|
||||
toggleOptions (ev) {
|
||||
ev.preventDefault();
|
||||
utils.slideInAllElements(
|
||||
document.querySelectorAll('#conversejs .contact-form-container')
|
||||
);
|
||||
$(ev.target).parent().parent().siblings('dd').find('ul').toggle('fast');
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user