Skip to content

Commit

Permalink
BDE-232 do not shade the popup when not in development mode (user wil…
Browse files Browse the repository at this point in the history
…l get notifications later on actions)
  • Loading branch information
nxmatic committed Jun 29, 2024
1 parent dd8fcce commit 39304de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/popup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,6 @@ function loadPage(worker) {
developmentMode,
package: registeredPackage
} = registration;
if (!developmentMode) {
$('div.shade').show();
$('#development-mode-disabled').show();
$('#development-mode-disabled #serverUrl').text(serverLocation);
}
if (connectSubscription.errorMessage) {
const alertText = `
Cannot retrieve your server registration from \`${connectUrl}\`...
Expand Down

0 comments on commit 39304de

Please sign in to comment.