mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
hide all other token dropdowns when showing one
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
af6ee647da
commit
4f6993a15e
1 changed files with 1 additions and 0 deletions
|
|
@ -357,6 +357,7 @@
|
|||
_onConfigureToken: function (event) {
|
||||
var $target = $(event.target);
|
||||
var $row = $target.closest('tr');
|
||||
$('.token-list tr').removeClass('active');
|
||||
$row.toggleClass('active');
|
||||
var id = $row.data('id');
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue