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

test ipad with entry screen

parent 9a0bbbe4
......@@ -248,7 +248,7 @@
<!--img src="images/Logo_SV.png" width="150"-->
<strong>Zukunftsdialog Weilimdorf</strong> <br>
</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.
</p>
<br>
......
......@@ -5,10 +5,10 @@
// // document.body.style.msTransform = scale; // IE 9
// // document.body.style.transform = scale; // General
$("#tour-button").hide();
// checkagent();
checkagent();
// removebuildings();
// document.getElementById("SLayerChange").checked = true;
document.getElementById("redtext")..innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
};
......
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