From 0c98cce337d351c3f9b9e3f5d2cc99a7d4e04326 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 13 Jun 2017 11:49:29 +0200 Subject: [PATCH] js reference file is loaded via https --- web/src/main/webapp/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/webapp/index.xhtml b/web/src/main/webapp/index.xhtml index 009ee0edd0..ee5341d581 100644 --- a/web/src/main/webapp/index.xhtml +++ b/web/src/main/webapp/index.xhtml @@ -15,7 +15,7 @@ <script src="https://maps.google.com/maps/api/js?libraries=drawing&v=3.26" type="text/javascript"/> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"/> - <script src="http://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.min.js" type="text/javascript"/> + <script src="https://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.min.js" type="text/javascript"/> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script> -- GitLab