window.addEventListener('load', function () { if (checkagent() == true && is_touch_device() == true && checkIpad() == true && framework.isMobile() == false ) { changeColor(true); }; })