Commit 498b7be8 authored by Patrick's avatar Patrick
Browse files

check

parent f067d9a0
......@@ -5,12 +5,14 @@
// // document.body.style.msTransform = scale; // IE 9
// // document.body.style.transform = scale; // General
$("#tour-button").hide();
console.log("checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad());
document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
checkagent();
// removebuildings();
document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad();
};
};
var showEinleitung = function(){
......
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