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 c9870e6 commit d243b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ const photoBooth = (function () {
api.printImage = function (imageSrc, cb) {
const errormsg = i18n('error');

if !(printing) {
if (!printing) {
modal.open('#print_mesg');
printing = true;
setTimeout(function () {
Expand Down

0 comments on commit d243b00

Please sign in to comment.