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