update
All checks were successful
Deploy Static Site / deploy (push) Successful in 13m43s

This commit is contained in:
2025-07-14 23:50:53 +04:00
parent 5865cf8461
commit b6301c9d13

View File

@ -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() {