Merge branch 'master' into Develop

This commit is contained in:
Ozzie Isaacs
2021-08-01 20:23:19 +02:00
45 changed files with 4873 additions and 4631 deletions

View File

@ -704,7 +704,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();