mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +08:00
fix failed tests
This commit is contained in:
parent
9d4796cf90
commit
c47d0017a0
1 changed files with 5 additions and 3 deletions
|
|
@ -233,9 +233,11 @@ var RepositoryColumns = (function() {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
init: () => {
|
init: () => {
|
||||||
initEditCoumnModal();
|
if ($('#manageRepositoryColumn').length > 0) {
|
||||||
initDeleteColumnModal();
|
initEditCoumnModal();
|
||||||
initNewColumnModal();
|
initDeleteColumnModal();
|
||||||
|
initNewColumnModal();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}());
|
}());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue