bootstrap.min.js:6 Erreur non Interceptée: Bootstrap déroulant besoin Popper.js

Soudain, j'ai commencé à avoir d'erreur lorsque j'essaie d'ouvrir mon menu déroulant :

 bootstrap.min.js:6 Uncaught Error: Bootstrap dropdown require Popper.js (https://popper.js.org)
        at bootstrap.min.js:6
        at bootstrap.min.js:6
        at bootstrap.min.js:6

Je suis en utilisant la norme de fichier de bootstrap

<script src="https://getbootstrap.com/dist/js/bootstrap.min.js">

Quelque chose de changé dans le bootstrap-je prendre soin?

Commande, je suis le chargement des fichiers est la suivante

<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script src="{{ STATIC_URL }}/static/jquery/jquery-1.9.1.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="{{ STATIC_URL }}/static/jquery/jquery-ui.js"></script>




<script src="https://getbootstrap.com/dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="https://getbootstrap.com/assets/js/vendor/holder.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js"></script>

OriginalL'auteur Boris The Animal | 2017-08-13