From 430b84325991b5954c1a96fa9a03dcbcf9ebc4ff Mon Sep 17 00:00:00 2001 From: David Miller Date: Mon, 29 Mar 2021 20:09:18 -0400 Subject: [PATCH] animejs requires full jquery --- dist/index.html | 2 +- src/pug/index.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index f8553d0..500d4f2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -541,7 +541,7 @@ - + diff --git a/src/pug/index.pug b/src/pug/index.pug index bf3ff7e..2dea1bf 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -448,7 +448,7 @@ html(lang='en') | Close Project // Bootstrap core JS - script(src='https://code.jquery.com/jquery-3.5.1.slim.min.js') + script(src='https://code.jquery.com/jquery-3.5.1.min.js') script(src='https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js') // Third party plugin JS