Commit 23c11d28 authored by Patrick's avatar Patrick
Browse files

ipad test 09

parent 18f6bd1c
......@@ -8,9 +8,7 @@ $("#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();
if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ){
changeColor(true);
}
// removebuildings();
......@@ -77,6 +75,9 @@ function stopStory() {
// console.log(check);
// return check;
// };
if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ){
changeColor(true);
}
}
function showbereich(bereich) {
......
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