Commit faea192e authored by Patrick's avatar Patrick
Browse files

quick update

parent df4d4f88
...@@ -165,7 +165,7 @@ function showbereich(bereich) { ...@@ -165,7 +165,7 @@ function showbereich(bereich) {
} else if (bereich == "potA"){ } else if (bereich == "potA"){
document.getElementById("potA").style.display = "block"; document.getElementById("potA").style.display = "block";
if (mobile == true){ if (mobile == false){
document.getElementById("potA_bild").style.display = "none"; document.getElementById("potA_bild").style.display = "none";
} }
} else if (bereich == "potB"){ } else if (bereich == "potB"){
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment