This commit is contained in:
Ross Mountjoy 2020-01-31 19:17:52 -05:00
parent a4ef0a2a5f
commit 9384ff7bc9

View File

@ -72,8 +72,8 @@ $( document ).ready(function() {
type: 'GET', type: 'GET',
success: function(data){ success: function(data){
M.toast({html: 'DashMachine Updated'}); M.toast({html: 'DashMachine Updated'});
$("#update-btn").removeClass('hide'); $("#update-btn").addClass('hide');
$("#check-update-btn").addClass('hide'); $("#check-update-btn").removeClass('hide');
} }
}); });
}); });