From 4881f6441d0b5374a52e52088babf543ded7be82 Mon Sep 17 00:00:00 2001 From: Sherry Ma Date: Sat, 7 Mar 2020 23:07:02 -0500 Subject: [PATCH] change method name --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);