Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
Line 210: | Line 210: | ||
var ua = navigator.userAgent; | var ua = navigator.userAgent; | ||
if(ua.indexOf('iPhone') > 0 || ua.indexOf('Android') > 0 || ua.indexOf('BlackBerry') > 0 || ua.indexOf('Windows Phone') > 0){ | if(ua.indexOf('iPhone') > 0 || ua.indexOf('Android') > 0 || ua.indexOf('BlackBerry') > 0 || ua.indexOf('Windows Phone') > 0){ | ||
- | setTimeout(function(){topimg();}, | + | setTimeout(function(){topimg();},1100); |
$("#container").css({marginTop:'70px',marginLeft:'0px'}); | $("#container").css({marginTop:'70px',marginLeft:'0px'}); | ||
}else{ | }else{ |
Revision as of 18:33, 10 October 2014