Commit 25c189f9 authored by Patrick's avatar Patrick
Browse files

test ipad with entry screen

parent 9a0bbbe4
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
<!--img src="images/Logo_SV.png" width="150"--> <!--img src="images/Logo_SV.png" width="150"-->
<strong>Zukunftsdialog Weilimdorf</strong> <br> <strong>Zukunftsdialog Weilimdorf</strong> <br>
</h1> </h1>
<p style="color:red;">Hinweis: <br> <p id="redtext" style="color:red;">Hinweis: <br>
Die Darstellung in der Desktopversion wird empfohlen. Es kann zu Änderungen in der Darstellung bei mobilen Endgeräten kommen. Die Darstellung in der Desktopversion wird empfohlen. Es kann zu Änderungen in der Darstellung bei mobilen Endgeräten kommen.
</p> </p>
<br> <br>
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
// // document.body.style.msTransform = scale; // IE 9 // // document.body.style.msTransform = scale; // IE 9
// // document.body.style.transform = scale; // General // // document.body.style.transform = scale; // General
$("#tour-button").hide(); $("#tour-button").hide();
// checkagent(); checkagent();
// removebuildings(); // removebuildings();
// document.getElementById("SLayerChange").checked = true; document.getElementById("redtext")..innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
}; };
......
Supports Markdown
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