Skip to content

Commit

Permalink
Added conditional comments to PIE_IE678.js and PIE_IE9.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybiasiolli committed Jul 10, 2015
1 parent fe32702 commit 0940241
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@
<link rel="stylesheet" href="css/magnific-popup.css">

<script src="js/modernizr-2.8.3.min.js"></script> <!-- Modernizr /-->
<script src="js/PIE_IE9.js"></script>
<script src="js/PIE_IE678.js"></script>

<!--[if IE 9]>
<script src="js/PIE_IE9.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/PIE_IE678.js"></script>
<![endif]-->

<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
Expand Down
2 changes: 1 addition & 1 deletion js/PIE_IE678.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/PIE_IE9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0940241

Please sign in to comment.