diff --git a/src/js/popup.js b/src/js/popup.js index d47ad69..fbd6b00 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1876,7 +1876,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { Logic.setOrRemoveAssignment(tabId, fullURL, userContextId, false); }, - checkurl(url){ + checkUrl(url){ // append "https://" if protocol not found const regexWww = /.*www\..*/g; const foundWww = url.match(regexWww);