Skip to content

Commit

Permalink
Fix redirect on main web page after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed May 12, 2020
1 parent 7255890 commit 67475aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/www/httpd/htdocs/js/modules/maintenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ APP.maintenance = (function ($) {
setInterval(function(){
$.ajax({
url: '/',
cache: false,
success: function(data) {
setFwStatus("Camera is upgrading.");
$('#button-upgrade').attr("disabled", false);
Expand Down

0 comments on commit 67475aa

Please sign in to comment.