Commit c111c291 authored by Chris Rebert's avatar Chris Rebert
Browse files

Relicense ie10-viewport-bug-workaround.js under MIT License

Fixes #16470
Closes #16483
parent a4c09f6e
Showing with 3 additions and 2 deletions
+3 -2
...@@ -133,6 +133,8 @@ ...@@ -133,6 +133,8 @@
{% endhighlight %} {% endhighlight %}
{% highlight js %} {% highlight js %}
// Copyright 2014-2015 Twitter, Inc.
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
if (navigator.userAgent.match(/IEMobile\/10\.0/)) { if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style') var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild( msViewportStyle.appendChild(
......
/*! /*!
* IE10 viewport hack for Surface/desktop Windows 8 bug * IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc. * Copyright 2014-2015 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* details, see http://creativecommons.org/licenses/by/3.0/.
*/ */
// See the Getting Started docs for more information: // See the Getting Started docs for more information:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment