1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Replace getElementsByTag by querySelector for IE10 Mobile plateform.

This commit is contained in:
Gregory HOULLIER
2014-01-05 20:15:48 +01:00
parent 84c33a822d
commit a53cf55be2
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
'@-ms-viewport{width:auto!important}'
)
);
document.getElementsByTagName('head')[0].
document.querySelector('head').
appendChild(msViewportStyle);
}