This commit is contained in:
SBD
2023-11-28 15:57:40 +03:00
parent 50ca69a138
commit 32fc3221d6

View File

@@ -2,7 +2,10 @@ $(document).ready(function (){
if (document.querySelector(".header").dataset['page'] === 'True'){ if (document.querySelector(".header").dataset['page'] === 'True'){
renderContent() renderContent()
} else { } else {
replaceHrefOnOnclick() let el = document.querySelector(".container_sections_buttons")
if (el){
replaceHrefOnOnclick()
}
} }
}) })