reload page after save settings

This commit is contained in:
Joerg Lehmann 2021-08-21 18:43:15 +02:00
parent 9e494e077f
commit 2672e11416
1 changed files with 1 additions and 0 deletions

View File

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