Created
October 7, 2014 04:50
-
-
Save redfrost/1dc5426038850bb9f1f0 to your computer and use it in GitHub Desktop.
IE only script patch (mainly for IE8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if IE]> | |
| <link rel="stylesheet" type="text/css" href="assets/css/ie.css" /><!-- Custom IE only style fix --> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script><!-- IE8 Bootstrap3 layout fix --> | |
| <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-placeholder/2.0.8/jquery.placeholder.min.js"></script><!-- IE8 placeholder fix --> | |
| <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment