forked from lix-project/hydra
Add popper.js as required by newer bootstrap
This commit is contained in:
parent
4d881b59ad
commit
cd0ff484f7
|
@ -3,6 +3,7 @@ STATIC = \
|
||||||
$(wildcard static/images/*) \
|
$(wildcard static/images/*) \
|
||||||
$(wildcard static/css/*) \
|
$(wildcard static/css/*) \
|
||||||
static/js/bootbox.min.js \
|
static/js/bootbox.min.js \
|
||||||
|
static/js/popper.min.js \
|
||||||
static/js/common.js \
|
static/js/common.js \
|
||||||
static/js/jquery/jquery-3.4.1.min.js \
|
static/js/jquery/jquery-3.4.1.min.js \
|
||||||
static/js/jquery/jquery-ui-1.10.4.min.js
|
static/js/jquery/jquery-ui-1.10.4.min.js
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<script type="text/javascript" src="[% c.uri_for("/static/js/popper.min.js") %]"></script>
|
||||||
<script type="text/javascript" src="[% c.uri_for("/static/bootstrap/js/bootstrap.min.js") %]"></script>
|
<script type="text/javascript" src="[% c.uri_for("/static/bootstrap/js/bootstrap.min.js") %]"></script>
|
||||||
<link href="[% c.uri_for("/static/bootstrap/css/bootstrap.min.css") %]" rel="stylesheet" />
|
<link href="[% c.uri_for("/static/bootstrap/css/bootstrap.min.css") %]" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
4
src/root/static/js/popper.min.js
vendored
Normal file
4
src/root/static/js/popper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue