Bootstrap 4.5 popper fix
This commit is contained in:
+1
-2
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user