Skip to content

Commit

Permalink
Update popper to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Jul 13, 2018
1 parent 4c6cdd4 commit 7869334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/default/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1 class="display-3">Play with Docker</h1>
[[ end ]]

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://unpkg.com/popper.js@1.11.0/dist/popper.min.js" integrity="sha384-uCa4qezlW5mCPVCObzjP3mDW55D2m3NMr9He5zdtBwBcxI0r2T6f52moDLRT/7Rb" crossorigin="anonymous"></script>
<script src="https://unpkg.com/popper.js@1.11.0/dist/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://unpkg.com/bootstrap@4.0.0-beta/dist/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<script>
angular.module('PWDLanding', [])
Expand Down

0 comments on commit 7869334

Please sign in to comment.