diff --git a/vcm/templates/custom.js b/vcm/templates/custom.js
index d01015d69f53cff6578925f208a0431186cc40bf..4e24c4e22d527d0e4662931fba93d81ee7fe5a15 100644
--- a/vcm/templates/custom.js
+++ b/vcm/templates/custom.js
@@ -163,7 +163,7 @@ function showbereich(bereich) {
   } else if (bereich == "potA"){
     document.getElementById("potA").style.display = "block";
 
-    if (mobile == true){
+    if (mobile == false){
       document.getElementById("potA_bild").style.display = "none";
     }
   } else if (bereich == "potB"){