Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb59086

Browse files
authored
Merge pull request gridstack#2023 from adumesny/gh-pages
web v6.0.0 added jq to index page
2 parents 72e7944 + 045c299 commit fb59086

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/website.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script src="../node_modules/gridstack/dist/es5/gridstack-poly.js"></script>
1414
<script src="../node_modules/gridstack/dist/es5/gridstack-all.js"></script>
1515

16+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
1617
<script src="https://getbootstrap.com/docs/4.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
1718
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
1819

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script src="node_modules/gridstack/dist/es5/gridstack-poly.js"></script>
1414
<script src="node_modules/gridstack/dist/es5/gridstack-all.js"></script>
1515

16+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
1617
<script src="https://getbootstrap.com/docs/4.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
1718
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
1819

0 commit comments

Comments
 (0)