serialize name fix

This commit is contained in:
Vincent BOUQUET
2023-12-11 21:28:27 +01:00
parent 232b9ecf08
commit c61d29e0dc
2 changed files with 2 additions and 2 deletions

View File

@@ -336,7 +336,7 @@ function close_modal() {
}, 500);
}
function pv(p) {
function serialize_parameters(p) {
var s = "";
for (var i in p) {