change method name

This commit is contained in:
Sherry Ma 2020-03-07 23:07:02 -05:00 committed by Martin D Kealey
parent 40adf459bd
commit 4881f6441d

View file

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