diff --git a/src/js/popup.js b/src/js/popup.js index fbd6b00..11ad0ca 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1872,7 +1872,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { const userContextId = formValues.get("container-id"); const currentTab = await Logic.currentTab(); const tabId = currentTab.id; - const fullURL = this.checkurl(url); + const fullURL = this.checkUrl(url); Logic.setOrRemoveAssignment(tabId, fullURL, userContextId, false); },