Skip to content
Snippets Groups Projects
Commit 87e0522b authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Updated JQuery scripts and css

parent 318fba7f
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<html> <html>
<head> <head>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.js"></script> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css"/> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.21/css/jquery.dataTables.min.css"/>
<script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="script.js"></script>
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</div> </div>
<hr> <hr>
<div class="container"> <div class="container">
<table id="eccstable" class="display" style="width:100%"> <table id="eccstable" class="display compact" style="width:100%">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment