mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Merge pull request #2175 from aignatov-bio/ai-sci-4007-error-at-click-to-share-button
Add check for existing elements for shared repository modal [SCI-4007]
This commit is contained in:
commit
d88d479854
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
.attr('disabled', !this.checked);
|
||||
});
|
||||
|
||||
new PerfectScrollbar(form.find('.teams-list')[0]);
|
||||
if (form.find('.teams-list').length) new PerfectScrollbar(form.find('.teams-list')[0]);
|
||||
|
||||
permissionCBs.change(function() {
|
||||
var changes = JSON.parse(permissionChanges.val());
|
||||
|
|
Loading…
Reference in a new issue