Add popper.js as required by newer bootstrap

This commit is contained in:
Tyson Whitehead
2019-08-19 14:54:22 -04:00
parent 4d881b59ad
commit cd0ff484f7
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ STATIC = \
$(wildcard static/images/*) \
$(wildcard static/css/*) \
static/js/bootbox.min.js \
static/js/popper.min.js \
static/js/common.js \
static/js/jquery/jquery-3.4.1.min.js \
static/js/jquery/jquery-ui-1.10.4.min.js