ajoposor / KV-site-development

KV site development
0 stars 0 forks source link

cambiar link del logo a #inicio #25

Closed ajoposor closed 7 years ago

ajoposor commented 7 years ago

hecho en español con js

faltaría hacer el cambio para el caso de páginas en inglés o portugués

ajoposor commented 7 years ago

(function(){

var logoElement = document.getElementById("logo");

if(logoElement !== null) {

logoElement.setAttribute("href", "/#start");

}

}());

ajoposor commented 7 years ago

function updated and added to src folder. Working now.