Skip to content

Commit 493d0b2

Browse files
authored
proper loading of js/bootstrap-ie9.js
1 parent 1d87eda commit 493d0b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test.htm

+4-2
Original file line numberDiff line numberDiff line change
@@ -1853,9 +1853,11 @@ <h4 class="modal-title">modal-lg</h4>
18531853
<!--[if gte IE 9]><!-->
18541854
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
18551855
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
1856-
<script src="js/bootstrap-ie9.js"></script>
18571856
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js"></script>
18581857
<!--<![endif]-->
1858+
<!--[if IE 9]>
1859+
<script src="js/bootstrap-ie9.js"></script>
1860+
<![endif]-->
18591861
<!--[if lte IE 8]>
18601862
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
18611863
<script src="js/bootstrap-ie8.js"></script>
@@ -1864,4 +1866,4 @@ <h4 class="modal-title">modal-lg</h4>
18641866

18651867
</body>
18661868

1867-
</html>
1869+
</html>

0 commit comments

Comments
 (0)