/*! * ie10 viewport hack for surface/desktop windows 8 bug * copyright 2014-2015 twitter, inc. * licensed under mit (https://github.com/twbs/bootstrap/blob/master/license) */ // see the getting started docs for more information: // http://getbootstrap.com/getting-started/#support-ie10-width (function () { 'use strict'; 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) } })();