Skip to content

Commit

Permalink
Merge pull request #6140 from edgarcosta/databtable
Browse files Browse the repository at this point in the history
removing jquery.dataTables
  • Loading branch information
AndrewVSutherland authored Aug 12, 2024
2 parents e80d88f + b9fadb4 commit 8270056
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19,474 deletions.
20 changes: 14 additions & 6 deletions lmfdb/api2/templates/base_pretty.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,25 @@
<link href="{{ url_for('css') }}" rel="stylesheet" type="text/css" />
<link href="{{ url_for('API2.api_css') }}" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- jQuery -->
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
integrity="sha384-xBuQ/xzmlsLoJpyjoggmTEz8OWUFM0/RC5BsqQBDX2v5cMvDHcMakNTNrHIW2I5f"
crossorigin="anonymous"></script>
<!-- jQuery UI -->
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
integrity="sha384-Dziy8F2VlJQLMShA6FHWNul/veM9bCkRUaLqr199K94ntO5QUrLJBEbYegdSkkqX"
crossorigin="anonymous"></script>
<link rel="stylesheet"
href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css"
integrity="sha384-Nlo8b0yiGl7Dn+BgLn4mxhIIBU6We7aeeiulNCjHdUv/eKHx59s3anfSUjExbDxn"
crossorigin="anonymous">
<script type="text/javascript" src="{{ url_for('static', filename='jquery.watermark.min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='lmfdb.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='showdown.min.js') }}"></script>

<script type="text/javascript" src="{{ url_for('static', filename='jquery.dataTables.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='jquery.dataTables.plugins.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='jquery-ui-1.8.14.custom.min.js') }}"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>

<link rel="stylesheet" href="{{ url_for('static', filename='jquery-ui-1.8.14.custom.css') }}" type="text/css"/>
{% block extra_script -%}{%- endblock extra_script %}

</head>
Expand Down
Loading

0 comments on commit 8270056

Please sign in to comment.