Skip to content

Commit e0712cd

Browse files
committed
use default bigfoot, switch to jquery 2
bigfoot is currently incomptabible with jquery3
1 parent b5dc08f commit e0712cd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web/t_index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<link href="css/bootstrap-grid.min.css" rel="stylesheet">
3838
<link href="css/bootstrap-reboot.min.css" rel="stylesheet">
3939
<link href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.1.1/ekko-lightbox.min.css" rel="stylesheet">
40-
<link href="https://cdnjs.cloudflare.com/ajax/libs/bigfoot/2.1.4/bigfoot-bottom.min.css" rel="stylesheet">
40+
<link href="https://cdnjs.cloudflare.com/ajax/libs/bigfoot/2.1.4/bigfoot-default.min.css" rel="stylesheet">
4141

4242
<!-- Custom styles for this template -->
4343
<link href="css/pygments-native.css" rel="stylesheet">
@@ -172,7 +172,10 @@ <h6 class="text-muted">Note:</h6>
172172
================================================== -->
173173
<!-- Placed at the end of the document so the pages load faster -->
174174
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
175-
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
175+
<script
176+
src="https://code.jquery.com/jquery-2.2.4.min.js"
177+
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
178+
crossorigin="anonymous"></script>
176179
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
177180
<script src="./js/bootstrap.min.js"></script>
178181
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.1.1/ekko-lightbox.min.js"></script>

0 commit comments

Comments
 (0)