EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 219: | Line 219: | ||
if(smallscreen.matches) { | if(smallscreen.matches) { | ||
+ | window.alert("small"); | ||
var timeoutVar = 0; | var timeoutVar = 0; | ||
} else if(superscreen.matches) { | } else if(superscreen.matches) { | ||
+ | window.alert("super"); | ||
position = 8000; | position = 8000; | ||
} else if(bigscreen.matches){ | } else if(bigscreen.matches){ | ||
position = 6000; | position = 6000; | ||
+ | window.alert("big"); | ||
} else { | } else { | ||
+ | window.alert("normal"); | ||
var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | var timeoutVar = setTimeout(function(){$(window).scrollTop(0);},8000); | ||
} | } |
Revision as of 23:50, 12 October 2018