Skip to content

Commit

Permalink
Merge pull request #922 from argilo/remove-jquery-ui
Browse files Browse the repository at this point in the history
Remove jquery-ui
  • Loading branch information
darksidelemm authored Oct 14, 2024
2 parents e738039 + 6204155 commit 0dae2e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions auto_rx/autorx/static/js/jquery-ui.min.js

This file was deleted.

1 change: 0 additions & 1 deletion auto_rx/autorx/templates/historical.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<!-- Import local libraries -->
<script src="{{ url_for('static', filename='js/jquery-3.6.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/leaflet.js') }}"></script>
<script src="{{ url_for('static', filename='js/leaflet-providers.js') }}"></script>
<script src="{{ url_for('static', filename='js/Leaflet.fullscreen.min.js') }}"></script>
Expand Down
1 change: 0 additions & 1 deletion auto_rx/autorx/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<!-- Import local libraries -->
<script src="{{ url_for('static', filename='js/jquery-3.6.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/leaflet.js') }}"></script>
<script src="{{ url_for('static', filename='js/leaflet-providers.js') }}"></script>
<script src="{{ url_for('static', filename='js/Leaflet.fullscreen.min.js') }}"></script>
Expand Down
1 change: 0 additions & 1 deletion auto_rx/autorx/templates/skewt_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ <h2>auto_rx SkewT Plot Testing</h2>
<script src="{{ url_for('static', filename='js/skewt.js') }}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.3/d3.min.js"></script>
<script src="{{ url_for('static', filename='js/jquery-3.6.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
<script>

function loadskewT(data)
Expand Down

0 comments on commit 0dae2e2

Please sign in to comment.