if(document.documentElement.clientWidth<=1220){
//var divAdtile1 = document.getElementById("iqadtile1-wrapper");
var divAdtile3 = document.getElementById("iqadtile3-wrapper");
//var divAdtile1Mobile = document.getElementById("iqadtile1-mobile");
var divAdtile3Mobile = document.getElementById("iqadtile3-mobile");
//divAdtile1Mobile.replaceWith(divAdtile1);
divAdtile3Mobile.replaceWith(divAdtile3);
}
For the first time,...
if(document.documentElement.clientWidth<=1220){
//var divAdtile1 = document.getElementById("iqadtile1-wrapper");
var divAdtile3 = document.getElementById("iqadtile3-wrapper");
//var divAdtile1Mobile = document.getElementById("iqadtile1-mobile");
var divAdtile3Mobile = document.getElementById("iqadtile3-mobile");
//divAdtile1Mobile.replaceWith(divAdtile1);
divAdtile3Mobile.replaceWith(divAdtile3);
}
After long years of...