mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
Merge pull request #918 from okriuchykhin/ok_SCI_1893
Fix invite users dropdown [SCI-1893]
This commit is contained in:
commit
0a6d0d1a47
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@
|
||||||
// This cannot be scoped outside this function
|
// This cannot be scoped outside this function
|
||||||
// because it is generated via JS
|
// because it is generated via JS
|
||||||
teamSelectorDropdown2 =
|
teamSelectorDropdown2 =
|
||||||
teamSelectorDropdown
|
teamSelectorDropdown.parent().find('button.dropdown-toggle, li');
|
||||||
.next('.btn-group.bootstrap-select.form-control')
|
|
||||||
.find('button.dropdown-toggle, li');
|
|
||||||
|
|
||||||
// Show/hide correct step
|
// Show/hide correct step
|
||||||
stepForm.show();
|
stepForm.show();
|
||||||
|
|
Loading…
Add table
Reference in a new issue