.
Этот коммит содержится в:
поставляемый
+7
-3
@@ -26,10 +26,10 @@ let nav_html = `
|
||||
</div>
|
||||
<div class="header-action-wrap header-action-flex header-action-width header-action-mrg-1">
|
||||
<div class="same-style">
|
||||
<a href="./myaccount.html" class="my_avatar"><i class="fa-solid fa-user"></i></a>
|
||||
<a href="./myaccount.html" class="my_avatar"><i class="fa-solid fa-user"></i> PROFILE</a>
|
||||
</div>
|
||||
<div class="same-style header-cart">
|
||||
<a class="cart-active1" href="#"><i class="fa-solid fa-cart-shopping"></i></a>
|
||||
<a class="cart-active1" href="#"><i class="fa-solid fa-cart-shopping"></i> CART</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -197,7 +197,11 @@ if (window.location.pathname.includes(loc_path) === false) {
|
||||
localStorage.removeItem("top_data")
|
||||
}
|
||||
|
||||
|
||||
let loc_paths = '/partners.html';
|
||||
if (window.location.pathname.includes(loc_paths) === true) {
|
||||
$(".header-area").removeClass("bg-white");
|
||||
$(".header-bottom.sticky-bar").addClass("shadow-none")
|
||||
}
|
||||
//services pages links and sources
|
||||
|
||||
let $body_pg = $("body").hasClass("services_page");
|
||||
|
||||
Ссылка в новой задаче
Block a user