EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 230: | Line 230: | ||
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){ | ||
− | position = | + | 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){ | ||
− | position = | + | position = 6500; |
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} else if(screen_1920.matches){ | } else if(screen_1920.matches){ | ||
− | position = | + | position = 7500; |
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} else { | } else { |
Revision as of 16:56, 13 October 2018