Skip to content

Commit

Permalink
Add version on measurement-chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer committed Feb 9, 2024
1 parent 565b202 commit e802410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/groundwater_form/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h5>{% trans "Well and Monitoring Data Record" %}</h5>
<script src="{% static "js/highcharts/9.1.2/stock/indicators/indicators.js" %}"></script>
<script src="{% static "js/highcharts/9.1.2/stock/indicators/trendline.js" %}"></script>
<script src="{% static 'gwml2/js/unit-converter.js' %}"></script>
<script src="{% static 'gwml2/js/measurement-chart.js' %}"></script>
<script src="{% static 'gwml2/js/measurement-chart.js' %}?v=1"></script>
<script src="{% static 'gwml2/js/utilities.js' %}"></script>
<script src="{% static 'gwml2/js/scripts.js' %}"></script>
<script src="{% static 'gwml2/js/many-to-many-script.js' %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/plugins/measurements_chart_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="https://cdn.jsdelivr.net/npm/select2@4.1.0-beta.1/dist/js/select2.min.js"></script>

<script src="{% static 'gwml2/js/unit-converter.js' %}"></script>
<script src="{% static 'gwml2/js/measurement-chart.js' %}"></script>
<script src="{% static 'gwml2/js/measurement-chart.js' %}?v=1"></script>
</head>
<body>
<script>
Expand Down

0 comments on commit e802410

Please sign in to comment.