Skip to content

Commit

Permalink
Update common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Dec 21, 2022
1 parent a3e38bb commit ab3a2fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions srv/http/assets/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,12 +930,10 @@ if ( ! [ 'addons', 'addons-progress', 'guide' ].includes( page ) ) {
}

delete V.reboot;
refreshData();
loaderHide();
} else {
refreshData();
bannerHide();
}
refreshData();
bannerHide();
} else if ( status === 0 ) { // disconnected
pushstreamDisconnect();
if ( V.off ) {
Expand Down

0 comments on commit ab3a2fb

Please sign in to comment.