Browse Source

Ajout de Jquery

Precisé que c'est utile c'est trop
compliqué...
master
guimoz 9 years ago
parent
commit
93a25ba2a9
  1. 4
      static/jquery-3.1.1.min.js
  2. 1
      templates/layout.html
  3. 1
      templates/layout_precampagne.html

4
static/jquery-3.1.1.min.js

File diff suppressed because one or more lines are too long

1
templates/layout.html

@ -8,6 +8,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
<script type="text/javascript" src="{{ url_for('static', filename='javascript.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='highcharts-custom.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='jquery-3.1.1.min.js') }}"></script>
<link rel="shortcut icon" type="image/x-icon"
href="{{ url_for('static', filename='favicon.ico') }}" />
</head>

1
templates/layout_precampagne.html

@ -8,6 +8,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
<script type="text/javascript" src="{{ url_for('static', filename='javascript.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='highcharts-custom.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='jquery-3.1.1.min.js') }}"></script>
<link rel="shortcut icon" type="image/x-icon"
href="{{ url_for('static', filename='favicon.ico') }}" />
</head>

Loading…
Cancel
Save