diff options
Diffstat (limited to 'docs/assets/js')
| -rw-r--r-- | docs/assets/js/src/application.js (renamed from docs/assets/js/application.js) | 0 | ||||
| -rw-r--r-- | docs/assets/js/src/customizer.js (renamed from docs/assets/js/customizer.js) | 0 | ||||
| -rw-r--r-- | docs/assets/js/src/ie8-responsive-file-warning.js (renamed from docs/assets/js/ie8-responsive-file-warning.js) | 5 |
3 files changed, 3 insertions, 2 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/src/application.js index 678c6eace..678c6eace 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/src/application.js diff --git a/docs/assets/js/customizer.js b/docs/assets/js/src/customizer.js index a0e4a28d1..a0e4a28d1 100644 --- a/docs/assets/js/customizer.js +++ b/docs/assets/js/src/customizer.js diff --git a/docs/assets/js/ie8-responsive-file-warning.js b/docs/assets/js/src/ie8-responsive-file-warning.js index 3eee8adaa..986e8b657 100644 --- a/docs/assets/js/ie8-responsive-file-warning.js +++ b/docs/assets/js/src/ie8-responsive-file-warning.js @@ -8,5 +8,6 @@ * 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.") +if (window.location.protocol == 'file:') { + alert('ERROR: Bootstrap\'s responsive CSS is disabled!\nSee getbootstrap.com/getting-started/#respond-file-proto for details.') +} |
