Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
c111c291
Commit
c111c291
authored
May 14, 2015
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Relicense ie10-viewport-bug-workaround.js under MIT License
Fixes #16470 Closes #16483
parent
a4c09f6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
docs/_includes/getting-started/browser-device-support.html
docs/_includes/getting-started/browser-device-support.html
+2
-0
docs/assets/js/ie10-viewport-bug-workaround.js
docs/assets/js/ie10-viewport-bug-workaround.js
+1
-2
No files found.
docs/_includes/getting-started/browser-device-support.html
View file @
c111c291
...
@@ -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(
...
...
docs/assets/js/ie10-viewport-bug-workaround.js
View file @
c111c291
/*!
/*!
* 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment