Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
remove redundant call guard
Browse files Browse the repository at this point in the history
  • Loading branch information
siikamiika committed Apr 11, 2020
1 parent 880bfe6 commit 98d7e09
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ext/fg/js/popup-nested.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,7 @@ function injectPopupNested() {
}
}

let popupNestedInitialized = false;

async function popupNestedInitialize(id, depth, parentFrameId, url) {
if (popupNestedInitialized) {
return;
}
popupNestedInitialized = true;

let optionsApplied = false;

const applyOptions = async () => {
Expand Down

0 comments on commit 98d7e09

Please sign in to comment.