change method name
This commit is contained in:
parent
40adf459bd
commit
4881f6441d
1 changed files with 1 additions and 1 deletions
|
@ -1876,7 +1876,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
|
||||||
Logic.setOrRemoveAssignment(tabId, fullURL, userContextId, false);
|
Logic.setOrRemoveAssignment(tabId, fullURL, userContextId, false);
|
||||||
},
|
},
|
||||||
|
|
||||||
checkurl(url){
|
checkUrl(url){
|
||||||
// append "https://" if protocol not found
|
// append "https://" if protocol not found
|
||||||
const regexWww = /.*www\..*/g;
|
const regexWww = /.*www\..*/g;
|
||||||
const foundWww = url.match(regexWww);
|
const foundWww = url.match(regexWww);
|
||||||
|
|
Loading…
Add table
Reference in a new issue