Commit f1d990777f27070a89236c89a79ea369574dca34
1 parent
514bc8d8
Exists in
dev
weather js
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/dashboard/templates/dashboard/reload_weather.html
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | 2 | ||
3 | {% block head %} | 3 | {% block head %} |
4 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | 4 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> |
5 | +<script src="../public/static/js/weather.js"></script> | ||
5 | <script> | 6 | <script> |
6 | function current_weather() { | 7 | function current_weather() { |
7 | $('#refresh').load("{% url 'weather_current' %}"); | 8 | $('#refresh').load("{% url 'weather_current' %}"); |