Update Framework, Invoices

This commit is contained in:
Kevin Adametz 2022-04-14 13:14:36 +02:00
parent cc5c147c27
commit 9b0b5feb7e
174 changed files with 28356 additions and 8093 deletions

View file

@ -86,6 +86,11 @@ jQuery(document).ready(function() {
});
}
$('.form-prevent-multiple-submits').on('submit', function(){
$('.button-prevent-multiple-submits').attr('disabled', true);
$(this).find('.spinner').show();
});
});
function _scrollTo(to, offset) {