1
Fork 0

Scroll only if the UA supports it

This commit is contained in:
Jan-Erik Rediger 2014-11-09 19:57:13 -10:00
parent 948a9eeca2
commit e15fb72e8e

View file

@ -8,7 +8,7 @@
<!--[if !IE]>-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<script type="text/javascript">
window.scrollTo(0, 1);
window.scrollTo && window.scrollTo(0, 1);
</script>
<!--<![endif]-->
</head>