Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Aug 30, 2024
1 parent c0c723b commit fadec7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/browserAction/popupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ export class BrowserActionPopup extends LitElement {

connectedCallback() {
super.connectedCallback();
requestIdleCallback(()=>{
requestIdleCallback(() => {
vpnController.postToApp("status");
});
requestIdleCallback(()=>{
requestIdleCallback(() => {
vpnController.postToApp("servers");
})
});
}

get currentSiteContext() {
Expand Down

0 comments on commit fadec7f

Please sign in to comment.