mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
removed timeouts
This commit is contained in:
parent
f8f03e6b51
commit
374a474336
1 changed files with 1 additions and 7 deletions
|
@ -757,13 +757,7 @@ var MyModuleRepositories = (function() {
|
|||
UPDATE_REPOSITORY_MODAL.modal('show');
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
$('.hide-assign-repo-modal').on('click', function() {
|
||||
setTimeout(() => {
|
||||
$('body').addClass('modal-open');
|
||||
}, 0);
|
||||
});
|
||||
}, 200)
|
||||
$(document).on('hidden.bs.modal', '#updateRepositoryRecordModal', () => $('body').addClass('modal-open'));
|
||||
}
|
||||
|
||||
function submitUpdateRepositoryRecord(options = {}) {
|
||||
|
|
Loading…
Reference in a new issue