mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed additional query parameter. Left over from debugging
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user