From 313efe7a31e7ae2a6d168380a6fbb557d223cd78 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 24 Jun 2014 15:31:00 +0100 Subject: [PATCH] Removed additional query parameter. Left over from debugging --- html/pages/device/edit/health.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/edit/health.inc.php b/html/pages/device/edit/health.inc.php index df309e232..168e68beb 100644 --- a/html/pages/device/edit/health.inc.php +++ b/html/pages/device/edit/health.inc.php @@ -108,7 +108,7 @@ foreach($rollback as $reset_data) var $this = $(this); $.ajax({ type: 'POST', - url: '/ajax_form.php?'+value_type, + url: '/ajax_form.php', data: { type: "health-update", device_id: device_id, data: data, sensor_id: sensor_id , value_type: value_type}, dataType: "html", success: function(data){