diff options
| author | Chris Rebert <[email protected]> | 2014-03-20 01:22:53 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-20 01:22:53 -0700 |
| commit | a7bc66fc202ebed8e5cd6c17dc262445830b5678 (patch) | |
| tree | 940f71dad981a08ddee9af65f64c17c5b985135c /docs/assets/js/src | |
| parent | 0dc88edeb9cec0ed148301f3cb43c572b3f8c25d (diff) | |
| parent | 1e41df6b69ffd4676024e310ac138f67341337c0 (diff) | |
| download | bootstrap-a7bc66fc202ebed8e5cd6c17dc262445830b5678.tar.xz bootstrap-a7bc66fc202ebed8e5cd6c17dc262445830b5678.zip | |
Merge pull request #13101 from twbs/ie8-responsive-file-warning
Move ie8-responsive-file-warning.js one dir up.
Diffstat (limited to 'docs/assets/js/src')
| -rw-r--r-- | docs/assets/js/src/ie8-responsive-file-warning.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/assets/js/src/ie8-responsive-file-warning.js b/docs/assets/js/src/ie8-responsive-file-warning.js deleted file mode 100644 index 986e8b657..000000000 --- a/docs/assets/js/src/ie8-responsive-file-warning.js +++ /dev/null @@ -1,13 +0,0 @@ -// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT -// IT'S JUST JUNK FOR OUR DOCS! -// ++++++++++++++++++++++++++++++++++++++++++ -/*! - * Copyright 2011-2014 Twitter, Inc. - * - * Licensed under the Creative Commons Attribution 3.0 Unported License. For - * details, see http://creativecommons.org/licenses/by/3.0/. - */ -// Intended to prevent false-positive bug reports about responsive styling supposedly not working in IE8. -if (window.location.protocol == 'file:') { - alert('ERROR: Bootstrap\'s responsive CSS is disabled!\nSee getbootstrap.com/getting-started/#respond-file-proto for details.') -} |
