From 08ffba41d7507f4bb87a8293a4518abe4d0c8cc3 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 bc53f83..9c7e3b0 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1093,7 +1093,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);