This commit is contained in:
SBD
2023-11-28 14:16:27 +03:00
parent 19707f2079
commit 9c74810313
3 changed files with 4 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ body,html{
width: 23%;
float: left;
text-align: -webkit-left;
display: block;
}
.logo_header{

View File

@@ -1,5 +1,5 @@
$(document).ready(function (){
if (document.querySelector(".header").dataset['page'] === true){
if (document.querySelector(".header").dataset['page'] === 'True'){
renderContent()
}
})