Update list/grid button action (reverse proxy problem)

This commit is contained in:
Ozzie Isaacs
2021-08-01 19:54:42 +02:00
parent 1e2335dea0
commit b36422bc05
3 changed files with 3 additions and 4 deletions

View File

@@ -706,7 +706,7 @@ $(function() {
method:"post",
contentType: "application/json; charset=utf-8",
dataType: "json",
url: window.location.pathname + "/../../ajax/view",
url: window.location.pathname + "/../ajax/view",
data: "{\"series\": {\"series_view\": \""+ view +"\"}}",
success: function success() {
location.reload();