Bugfix su salvataggio impostazioni lunghe

This commit is contained in:
loviuz 2021-03-02 15:01:11 +01:00
parent f5cbb4eb11
commit d3e68ccf33
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ function salvaImpostazione(id, valore){
$.ajax({
url: globals.rootdir + "/actions.php",
cache: false,
type: "GET",
type: "POST",
dataType: "JSON",
data: {
op: "salva",