formatting for readability

This commit is contained in:
javl
2026-08-14 15:20:03 +02:00
parent caada20155
commit 64067e5157
+1 -1
View File
@@ -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