diff --git a/index.html b/index.html index f3774fda..20586406 100644 --- a/index.html +++ b/index.html @@ -3651,8 +3651,8 @@

Generator uses pop-up window to download files. Please ensure your browser does not block popups

PNG / JPEG scale: - - + +
diff --git a/modules/ui/options.js b/modules/ui/options.js index 2779de69..60eed024 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -99,8 +99,6 @@ optionsContent.addEventListener("input", function(event) { else if (id === "uiSizeOutput") changeUIsize(value); else if (id === "tooltipSizeInput" || id === "tooltipSizeOutput") changeTooltipSize(value); else if (id === "transparencyInput") changeDialogsTransparency(value); - else if (id === "pngResolutionInput") pngResolutionOutput.value = value; - else if (id === "pngResolutionOutput") pngResolutionInput.value = value; }); optionsContent.addEventListener("change", function(event) {