remove redundant call guard
This commit is contained in:
parent
ba97e72c8b
commit
e6078ce8f6
@ -36,14 +36,7 @@ function injectPopupNested() {
|
||||
}
|
||||
}
|
||||
|
||||
let popupNestedInitialized = false;
|
||||
|
||||
async function popupNestedInitialize(id, depth, parentFrameId, url) {
|
||||
if (popupNestedInitialized) {
|
||||
return;
|
||||
}
|
||||
popupNestedInitialized = true;
|
||||
|
||||
let optionsApplied = false;
|
||||
|
||||
const applyOptions = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user