Commit f349df52 authored by Patrick's avatar Patrick
Browse files

first commit

parent 42bd077f
...@@ -163,7 +163,7 @@ function showbereich(bereich) { ...@@ -163,7 +163,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