mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [popper install] rename popper repository
https://github.com/floating-ui/floating-ui/discussions/1425
This commit is contained in:
parent
aa7317dd2c
commit
e9328eff44
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ wget -q https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js -O ./
|
||||||
POPPER_VERSION="1.16.1"
|
POPPER_VERSION="1.16.1"
|
||||||
wget -q https://github.com/FezVrasta/popper.js/archive/v${POPPER_VERSION}.zip -O temp/popper.zip
|
wget -q https://github.com/FezVrasta/popper.js/archive/v${POPPER_VERSION}.zip -O temp/popper.zip
|
||||||
unzip -qq temp/popper.zip -d temp/
|
unzip -qq temp/popper.zip -d temp/
|
||||||
mv temp/popper-core-${POPPER_VERSION}/dist/umd/popper.min.js ./static/js/
|
mv temp/floating-ui-${POPPER_VERSION}/dist/umd/popper.min.js ./static/js/
|
||||||
mv temp/popper-core-${POPPER_VERSION}/dist/umd/popper.min.js.map ./static/js/
|
mv temp/floating-ui-${POPPER_VERSION}/dist/umd/popper.min.js.map ./static/js/
|
||||||
|
|
||||||
#Ressource for graph
|
#Ressource for graph
|
||||||
wget -q https://raw.githubusercontent.com/flot/flot/958e5fd43c6dff4bab3e1fd5cb6109df5c1e8003/jquery.flot.js -O ./static/js/jquery.flot.js
|
wget -q https://raw.githubusercontent.com/flot/flot/958e5fd43c6dff4bab3e1fd5cb6109df5c1e8003/jquery.flot.js -O ./static/js/jquery.flot.js
|
||||||
|
|
Loading…
Reference in a new issue