"...testrunner_openjdk11-junit5-jupiter.git" did not exist on "bf6df83945ddf1de472c2f6078244b31b4ef3783"
Commit 10bc6842 authored by Patrick's avatar Patrick
Browse files

test ipad 07

parent 8331cf54
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
......
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