Skip to content

Commit

Permalink
Merge pull request #59 from namiltd/patch-1
Browse files Browse the repository at this point in the history
proper loading of js/bootstrap-ie9.js
  • Loading branch information
coliff committed Jul 15, 2018
2 parents 1d87eda + 493d0b2 commit 87733db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test.htm
Original file line number Diff line number Diff line change
Expand Up @@ -1853,9 +1853,11 @@ <h4 class="modal-title">modal-lg</h4>
<!--[if gte IE 9]><!-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="js/bootstrap-ie9.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js"></script>
<!--<![endif]-->
<!--[if IE 9]>
<script src="js/bootstrap-ie9.js"></script>
<![endif]-->
<!--[if lte IE 8]>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="js/bootstrap-ie8.js"></script>
Expand All @@ -1864,4 +1866,4 @@ <h4 class="modal-title">modal-lg</h4>

</body>

</html>
</html>

0 comments on commit 87733db

Please sign in to comment.