Skip to content

Commit

Permalink
Fix typo in maintenance.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Nov 16, 2024
1 parent 63bfdde commit c116542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/www/httpd/htdocs/js/modules/maintenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ APP.maintenance = (function($) {
},
success: function(data) {
setResetStatus("Reset completed, reboot your camera.");
}
complete: funtion() {
},
complete: function() {
$('#button-reset').attr("disabled", false);
}
});
Expand Down

0 comments on commit c116542

Please sign in to comment.