Tilbage til min profil document.addEventListener("DOMContentLoaded", function() { var optionsButtons = document.getElementById("my_account_options"); var backButton = document.querySelectorAll(".my_account_back"); var currentPath = window.location.pathname; var myAccountPath = "/min-konto/"; var myAccountPathLength = myAccountPath.length; if(currentPath.indexOf(myAccountPath) !== -1 && currentPath.length > myAccountPathLength){ if(currentPath.substring(myAccountPathLength).length > 0){ optionsButtons.style.display = "none"; for(var i = 0; i < backButton.length; i++) { backButton[i].style.display = "block"; } } } else { optionsButtons.style.display = "block"; for(var i = 0; i < backButton.length; i++) { backButton[i].style.display = "none"; } } }); Login Log ind Brugernavn eller e-mailadresse * Adgangskode * Husk mig Log ind Mistet din adgangskode? Log ind eller opret dig med Facebook eller Google Log ind med Facebook Log ind med Google