Browse Source
hide all other token dropdowns when showing one
Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/2532/head
Robin Appelman
9 years ago
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with
1 additions and
0 deletions
-
settings/js/authtoken_view.js
|
|
|
@ -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'); |
|
|
|
}, |
|
|
|
|