change method name

This commit is contained in:
Sherry Ma 2020-03-07 23:07:02 -05:00
parent c0bb24d7dc
commit 08ffba41d7

View file

@ -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);