reload page after save settings
This commit is contained in:
@@ -233,6 +233,7 @@ $( document ).ready(function() {
|
|||||||
$('#alarmactive_'+$('#deveui').html()).html(alarmactive);
|
$('#alarmactive_'+$('#deveui').html()).html(alarmactive);
|
||||||
$('#smsnumber_'+$('#deveui').html()).html($('#smsnumber').val());
|
$('#smsnumber_'+$('#deveui').html()).html($('#smsnumber').val());
|
||||||
$('#minmax_'+$('#deveui').html()).html($('#minmax').val());
|
$('#minmax_'+$('#deveui').html()).html($('#minmax').val());
|
||||||
|
location.reload(true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
error: function(xhr) {
|
error: function(xhr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user