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