Skip to content

Commit

Permalink
Merge pull request #1122 from aaronwmorris/dev
Browse files Browse the repository at this point in the history
fix chart.js in focus mode
  • Loading branch information
aaronwmorris committed Feb 3, 2024
2 parents dd17be7 + 3c91b59 commit 4d73dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi_allsky/flask/templates/focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: auto;
};
</style>
<script type="text/javascript" src="{{ url_for('indi_allsky.static', filename='js/chart.min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('indi_allsky.static', filename='js/chart.umd.js') }}"></script>
<script type="text/javascript">
var json_data = {
'image_b64' : null,
Expand Down

0 comments on commit 4d73dd1

Please sign in to comment.