Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
Update core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 authored Sep 15, 2020
1 parent c30e040 commit c9870e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,10 @@ const photoBooth = (function () {
};

api.printImage = function (imageSrc, cb) {
modal.open('#print_mesg');
const errormsg = i18n('error');

if !(printing) {
modal.open('#print_mesg');
printing = true;
setTimeout(function () {
$.ajax({
Expand Down Expand Up @@ -671,7 +671,7 @@ const photoBooth = (function () {
});
}, 1000);
} else {
console.log('Printing: ' + printing)
console.log('Printing: ' + printing);
}
};

Expand Down

0 comments on commit c9870e6

Please sign in to comment.