arithescientist commited on
Commit
0e2e36c
·
verified ·
1 Parent(s): a7eb823

Update templates/forecaster.html

Browse files
Files changed (1) hide show
  1. templates/forecaster.html +1 -1
templates/forecaster.html CHANGED
@@ -101,7 +101,7 @@
101
  <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
102
  <script src="{{ url_for('static', filename='/assets/js/popper.min.js') }}"></script>
103
  <script src="{{ url_for('static', filename='assets/js/bootstrap.min.js') }}"></script>
104
- <script src="{{ url_for('static', filename='assets/js/perfect-scrollbar.min.js') }}"></script>
105
  <script src="{{ url_for('static', filename='assets/js/app.js') }}"></script>
106
  <script src="{{ url_for('static', filename='assets/js/custom.js') }}"></script>
107
 
 
101
  <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
102
  <script src="{{ url_for('static', filename='/assets/js/popper.min.js') }}"></script>
103
  <script src="{{ url_for('static', filename='assets/js/bootstrap.min.js') }}"></script>
104
+ <script src="{{ url_for('static', filename='assets/css/perfect-scrollbar.min.js') }}"></script>
105
  <script src="{{ url_for('static', filename='assets/js/app.js') }}"></script>
106
  <script src="{{ url_for('static', filename='assets/js/custom.js') }}"></script>
107