Skip to content

Commit

Permalink
bk commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bukun committed Dec 15, 2022
1 parent d8d8b3a commit 69f3ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added doc/Tornado/Tornado-WSGI-Nginx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions templates/modules/usef2e/f2elib.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script src="{{ static_url('f2elib/jquery/jquery-3.6.min.js') }}"></script>
<script src="{{ static_url('f2elib/bootstrap-3.4/js/bootstrap.min.js') }}"></script>
<script src="{{ static_url('f2elib/jquery/jquery-3.6.x.min.js') }}"></script>
<script src="{{ static_url('f2elib/bootstrap-3.4.x/js/bootstrap.min.js') }}"></script>
<script src="{{ static_url('f2elib/jquery-validate_1.15.0/jquery.validate.min.js') }}"></script>
<script src="{{ static_url('f2elib/magnific-popup_1.1.0/jquery.magnific-popup.min.js') }}"></script>
<script src="{{ static_url('f2elib/leaflet-1.9/leaflet.js') }}"></script>
<script src="{{ static_url('f2elib/leaflet-1.9.x/leaflet.js') }}"></script>
<script src="{{ static_url('f2elib/leaflet/leaflet.ChineseTmsProviders.js') }}"></script>

<link rel="stylesheet" href="{{ static_url('f2elib/bootstrap-3.4/css/bootstrap.min.css')}}">
<link rel="stylesheet" href="{{ static_url('f2elib/leaflet-1.9/leaflet.css') }}">
<link rel="stylesheet" href="{{ static_url('f2elib/bootstrap-3.4.x/css/bootstrap.min.css')}}">
<link rel="stylesheet" href="{{ static_url('f2elib/leaflet-1.9.x/leaflet.css') }}">

0 comments on commit 69f3ecd

Please sign in to comment.