From e3d82fb6945161ac0abe2cc21a0625f2c22f293c Mon Sep 17 00:00:00 2001 From: javl Date: Tue, 2 May 2023 17:52:56 +0200 Subject: [PATCH] formatting --- script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index d3604ba..f175333 100644 --- a/script.js +++ b/script.js @@ -847,7 +847,9 @@ function handleImageSelection(evt) { if (imageSizeSettings.children.length === 1) { allSameSizeButton.style.display = 'none'; } - if (images.length() === 0) noFileSelected.style.display = 'block'; + if (images.length() === 0) { + noFileSelected.style.display = 'block'; + } update(); };