This commit is contained in:
@ -801,6 +801,7 @@ if (allowedHosts.some((url) => currentLocalHref.includes(url))) {
|
||||
|
||||
function setLinks() {
|
||||
$(".solution-select__selected").text(getCurrentLink(window.location.href));
|
||||
console.log( $(".solution-select__selected").text(getCurrentLink(window.location.href)))
|
||||
if (
|
||||
$(".solution-select__selected").text() ===
|
||||
getCurrentLink(window.location.href)
|
||||
@ -817,7 +818,6 @@ if (allowedHosts.some((url) => currentLocalHref.includes(url))) {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(setLinks())
|
||||
setLinks();
|
||||
|
||||
function creatHelpMenu() {
|
||||
|
Reference in New Issue
Block a user