diff --git a/options.php b/options.php index 26ca91c..fd413a9 100755 --- a/options.php +++ b/options.php @@ -385,12 +385,12 @@ Exemples: /24 10.
@@ -813,6 +813,11 @@ Exemples: /24 10. closeIcon: true, position: 'bottom right', }) + for (input of document.querySelectorAll("input[name]")) { + if (!input.value || (input.type == "checkbox" && !input.checked)) { + input.name = "" + } + } return true } else { event.preventDefault()