Last Login: 8 months ago
Popularity: 0 points
Activity: 0 points
Joined: 8 months ago
0 subscribers
7 profile views
0 watched videos
0 video views
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.querySelector('head').appendChild(msViewportStyle)
}
Comments
0