EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 219: | Line 219: | ||
if(smallscreen.matches) { | if(smallscreen.matches) { | ||
− | |||
var timeoutVar = 0; | var timeoutVar = 0; | ||
} else if(superscreen.matches) { | } else if(superscreen.matches) { | ||
− | |||
position = 8000; | position = 8000; | ||
+ | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} else if(bigscreen.matches){ | } else if(bigscreen.matches){ | ||
position = 5000; | position = 5000; | ||
− | window. | + | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); |
} else { | } else { | ||
− | |||
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} | } |
Revision as of 00:00, 13 October 2018