From 64067e51577493026bc073ada9c29a779d48e975 Mon Sep 17 00:00:00 2001 From: javl Date: Fri, 14 Aug 2026 15:20:03 +0200 Subject: [PATCH] formatting for readability --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 1d192a1..3766798 100644 --- a/js/script.js +++ b/js/script.js @@ -890,7 +890,7 @@ function imageToString(image) { // Get the custom arduino output variable name, if any function getIdentifier() { const vn = document.getElementById('identifier'); - return vn && vn.value.length ? vn.value : identifier; + return (vn && vn.value.length) ? vn.value : identifier; } // Output the image string to the textfield