0.0.37
This commit is contained in:
@@ -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()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user