fix failed tests

This commit is contained in:
Mojca Lorber 2019-10-15 10:59:43 +02:00 committed by Urban Rotnik
parent 9d4796cf90
commit c47d0017a0

View file

@ -233,10 +233,12 @@ var RepositoryColumns = (function() {
return {
init: () => {
if ($('#manageRepositoryColumn').length > 0) {
initEditCoumnModal();
initDeleteColumnModal();
initNewColumnModal();
}
}
};
}());