mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Fix invite users dropdown [SCI-1893]
This commit is contained in:
parent
44f0336a96
commit
afb579bef1
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@
|
|||
// This cannot be scoped outside this function
|
||||
// because it is generated via JS
|
||||
teamSelectorDropdown2 =
|
||||
teamSelectorDropdown
|
||||
.next('.btn-group.bootstrap-select.form-control')
|
||||
.find('button.dropdown-toggle, li');
|
||||
teamSelectorDropdown.parent().find('button.dropdown-toggle, li');
|
||||
|
||||
// Show/hide correct step
|
||||
stepForm.show();
|
||||
|
|
Loading…
Reference in a new issue