Commit 10bc6842 authored by Patrick's avatar Patrick
Browse files

test ipad 07

parent 8331cf54
......@@ -132,8 +132,8 @@ vcs.vcm.Framework.getInstance().subscribe("MAP_LOADED", function() {
});
var framework = vcs.vcm.Framework.getInstance();
if (checkagent() == true && is_touch_device() == true && checkIpad() == true){
vcs.vcm.Framework.loadConfig("config_mobile.json")
if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ){
vcs.vcm.Framework.loadConfig("config_ipad.json")
var drop = document.getElementById("dropdownMain")
drop.classList.add('can-touch')
drop.style.display = "none"; // add "can-touch" class to document root using classList API
......
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