mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 12:29:58 +01:00
Bugfix su salvataggio impostazioni lunghe
This commit is contained in:
parent
f5cbb4eb11
commit
d3e68ccf33
@ -115,7 +115,7 @@ function salvaImpostazione(id, valore){
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
url: globals.rootdir + "/actions.php",
|
url: globals.rootdir + "/actions.php",
|
||||||
cache: false,
|
cache: false,
|
||||||
type: "GET",
|
type: "POST",
|
||||||
dataType: "JSON",
|
dataType: "JSON",
|
||||||
data: {
|
data: {
|
||||||
op: "salva",
|
op: "salva",
|
||||||
|
Loading…
Reference in New Issue
Block a user