Skip to content

Commit 0c999ae

Browse files
committed
fix radio value
1 parent 5361f56 commit 0c999ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
const formatstring = form.elements.formatstring.value;
358358
const gridsize = form.elements.gridsize.value;
359359
const glyph_sizes_bin = form.elements.glyph_sizes_bin.value;
360-
const metamode = form.elements.metamode.value ? getRadio(form.elements.metamode);
360+
const metamode = form.elements.metamode.value || getRadio(form.elements.metamode);
361361
const pack_format = parseInt(form.elements.pack_format.value);
362362
const description_format = form.elements.description_format.value;
363363
preview_canvas.width = gridsize * 16;

0 commit comments

Comments
 (0)