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

Commit d243b00

Browse files
authored
Update core.js
1 parent c9870e6 commit d243b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ const photoBooth = (function () {
620620
api.printImage = function (imageSrc, cb) {
621621
const errormsg = i18n('error');
622622

623-
if !(printing) {
623+
if (!printing) {
624624
modal.open('#print_mesg');
625625
printing = true;
626626
setTimeout(function () {

0 commit comments

Comments
 (0)