We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310ef12 commit 960db3fCopy full SHA for 960db3f
src/ui/popup.js
@@ -274,7 +274,7 @@ addEventListener("unload", e => {
274
});
275
optionsClosed = true;
276
};
277
- await initSitesUI();
+ initSitesUI();
278
UI.onSettings = initSitesUI;
279
280
if (UI.incognito) {
@@ -286,7 +286,7 @@ addEventListener("unload", e => {
286
287
}
288
289
- async function initSitesUI() {
+ function initSitesUI() {
290
pendingReload(false);
291
let {
292
typesMap
0 commit comments