EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 227: | Line 227: | ||
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} else if(screen_1280.matches){ | } else if(screen_1280.matches){ | ||
+ | $(window).alert("1280"); | ||
position = 4500; | position = 4500; | ||
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} else if(screen_1440.matches){ | } else if(screen_1440.matches){ | ||
+ | $(window).alert("1440"); | ||
position = 6000; | position = 6000; | ||
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} else if(screen_1680.matches){ | } else if(screen_1680.matches){ | ||
+ | $(window).alert("1680"); | ||
position = 6500; | position = 6500; | ||
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); |
Revision as of 16:58, 13 October 2018