diff --git a/README.md b/README.md index 8e93ddc76..1b41b1428 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,4 @@ If you like my work and like to keep me motivated you can buy me a coconut water - [Christian Tarne](https://github.com/Metropo) - [DeNeD1](https://github.com/DeNeD1) - [DIY89](https://github.com/DIY89) - +- [mhellmeier](https://github.com/mhellmeier) diff --git a/src/js/core.js b/src/js/core.js index cf245abe9..f4c3f5e86 100644 --- a/src/js/core.js +++ b/src/js/core.js @@ -692,15 +692,25 @@ const photoBooth = (function () { // Add QR Code Image const qrCodeModal = $('#qrCode'); photoboothTools.modal.empty(qrCodeModal); - $('').on('load', function () { - const body = qrCodeModal.find('.modal__body'); + const body = qrCodeModal.find('.modal__body'); + $('