From a665330568c9d5b472c5f3a618ecfee2d7e39ad4 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@imag.fr> Date: Thu, 19 Jan 2017 11:46:53 +0100 Subject: [PATCH] use https for jquery --- src/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/index.php b/src/www/index.php index 662effa..47c2c52 100644 --- a/src/www/index.php +++ b/src/www/index.php @@ -2,7 +2,7 @@ <html> <head> <title>Tetras Back</title> -<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> +<script src="https://code.jquery.com/jquery-1.8.2.min.js"></script> <meta charset="UTF-8"> <meta name="author" content="David Beniamine and Felix Coudurier"> <link rel="stylesheet" href="style.css"/> -- GitLab