Skip to content

Commit 875e056

Browse files
Link jquery.min.js for offline
1 parent 1be6260 commit 875e056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debug-db/src/main/assets/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'>
2727
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
2828

29-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
30-
3129
<script src="bootstrap.min.js"></script>
30+
<script src="jquery.min.js"></script>
3231
<script src="jquery.dataTables.min.js"></script>
3332
<script src="dataTables.altEditor.free.js"></script>
3433
<script src="dataTables.buttons.min.js"></script>

0 commit comments

Comments
 (0)