[fix] readd jquery

This commit is contained in:
Laurent Peuch 2018-09-03 07:09:25 +02:00
parent c77e45d551
commit f51a322a51
2 changed files with 4 additions and 0 deletions

2
static/js/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -11,6 +11,8 @@
integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9"></script>
<script src="<{ relative_path_to_root }>static/js/vue-2-5-17.js"
integrity="sha384-vGq6VlJ/rGDK5hwCZhgtrb5j4nOanwgWgBSe9anrJGQHqCgkBo45u6lAxlVR0U+Q"></script>
<script src="<{ relative_path_to_root }>static/js/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="></script>
<script src="<{ relative_path_to_root }>static/js/app.js"></script>
<link href="<{ relative_path_to_root }>static/css/style.css" rel="stylesheet" type="text/css">
</head>