Bootstrap 4.5 popper fix

This commit is contained in:
joeuhren
2020-11-23 19:38:36 -07:00
parent a56d06e37e
commit 0bd09d8ad7
+1 -2
View File
@@ -10,8 +10,7 @@ html
link(rel='stylesheet', href='//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css') link(rel='stylesheet', href='//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css')
link(rel='stylesheet', href='/stylesheets/style.css') link(rel='stylesheet', href='/stylesheets/style.css')
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js') script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js')
script(src='//netdna.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js') script(src='//stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js')
script(src='https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.2/umd/popper.min.js')
script(src='/vendor/jqplot/jquery.jqplot.min.js') script(src='/vendor/jqplot/jquery.jqplot.min.js')
script(src='/vendor/jqplot/plugins/jqplot.dateAxisRenderer.min.js') script(src='/vendor/jqplot/plugins/jqplot.dateAxisRenderer.min.js')
script(src='/vendor/jqplot/plugins/jqplot.ohlcRenderer.min.js') script(src='/vendor/jqplot/plugins/jqplot.ohlcRenderer.min.js')