File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 312
312
integrity :
313
313
css : " sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw="
314
314
js : " sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA="
315
- popper :
316
- version : " 2.11.2"
317
- integrity : " sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4="
318
315
medium_zoom :
319
316
version : " 1.0.6"
320
317
integrity : " sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM="
Original file line number Diff line number Diff line change 1
1
<!-- Bootsrap & MDB scripts -->
2
- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@{{ site.bootstrap.version }}/dist/js/bootstrap.min.js " integrity ="{{ site.bootstrap.integrity.js }} " crossorigin ="anonymous "> </ script >
2
+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@{{ site.bootstrap.version }}/dist/js/bootstrap.bundle. min.js " integrity ="{{ site.bootstrap.integrity.js }} " crossorigin ="anonymous "> </ script >
3
3
< script src ="https://cdn.jsdelivr.net/npm/mdbootstrap@{{ site.mdb.version }}/js/mdb.min.js " integrity ="{{ site.mdb.integrity.js }} " crossorigin ="anonymous "> </ script >
4
- < script async src ="https://cdn.jsdelivr.net/npm/@popperjs/core@{{ site.popper.version }}/dist/umd/popper.min.js " integrity ="{{ site.popper.integrity }} " crossorigin ="anonymous "> </ script >
You can’t perform that action at this time.
0 commit comments