Removed additional query parameter. Left over from debugging

This commit is contained in:
laf
2014-06-24 15:31:00 +01:00
parent 4d30dd9e43
commit 313efe7a31

View File

@@ -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){