From 87e0522b9cf7350a824f1593e0aeb6059cf4b932 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Mon, 15 Jun 2020 18:50:44 +0200 Subject: [PATCH] Updated JQuery scripts and css --- web/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/index.php b/web/index.php index 27d92bc..b19d92a 100644 --- a/web/index.php +++ b/web/index.php @@ -2,9 +2,9 @@ <html> <head> - <script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.js"></script> - <script type="text/javascript" src="https://cdn.datatables.net/1.10.20/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"/> + <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.21/js/jquery.dataTables.min.js"></script> + <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> <link href="style.css" rel="stylesheet" type="text/css" /> @@ -21,7 +21,7 @@ </div> <hr> <div class="container"> - <table id="eccstable" class="display" style="width:100%"> + <table id="eccstable" class="display compact" style="width:100%"> <thead> <tr> <th></th> -- GitLab