mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 22:53:06 +08:00
Fix scroll issue in repository column editor (#1813)
This commit is contained in:
parent
27ccf7b8fe
commit
3681df7b9f
1 changed files with 0 additions and 3 deletions
|
@ -129,9 +129,6 @@
|
|||
.done(function() {
|
||||
initDeleteColumnModal();
|
||||
initEditCoumnModal();
|
||||
// remove create new modal window
|
||||
$('#manageRepositoryColumn').remove();
|
||||
$('.modal-backdrop').remove();
|
||||
});
|
||||
// remove 'no column' list item
|
||||
$('[data-attr="no-columns"]').remove();
|
||||
|
|
Loading…
Reference in a new issue