Commit c613c105 authored by Patrick's avatar Patrick
Browse files

test more ipad stuff

parent 46c33dec
window.onload = function(){ window.addEventListener('load', function () {
if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ) { if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ) {
changeColor(true); changeColor(true);
}; };
// document.getElementById("redtext").innerHTML = "checkagent: " + checkagent() + " istouchdevice: " + is_touch_device() + " isipad:" + checkIpad(); })
// checkagent(); \ No newline at end of file
}
\ No newline at end of file
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