reload page after save settings

This commit is contained in:
2021-08-21 18:43:15 +02:00
parent 9e494e077f
commit 2672e11416
+1
View File
@@ -233,6 +233,7 @@ $( document ).ready(function() {
$('#alarmactive_'+$('#deveui').html()).html(alarmactive);
$('#smsnumber_'+$('#deveui').html()).html($('#smsnumber').val());
$('#minmax_'+$('#deveui').html()).html($('#minmax').val());
location.reload(true);
}
},
error: function(xhr) {