From b6b5f2c481cf617913ba99ff1e23283843f06c35 Mon Sep 17 00:00:00 2001 From: Angelo Compagnucci Date: Wed, 13 Jan 2016 21:53:32 +0100 Subject: [PATCH] docs/website: fixing mixing content error Firefox recently activated mixing content mode protection (http elements in an https page). This patch changes the external slides service to https. Signed-off-by: Angelo Compagnucci Signed-off-by: Peter Korsgaard --- docs/website/js/buildroot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/js/buildroot.js b/docs/website/js/buildroot.js index 2fd3b7811b..122436e572 100644 --- a/docs/website/js/buildroot.js +++ b/docs/website/js/buildroot.js @@ -78,7 +78,7 @@ jQuery(document).ready(function($) { url = url.split(/[\\/]/).pop() $('.nav a[href="/' + url + '"]').parent().addClass('active'); - $('#slides').html('') + $('#slides').html('') }); function showTooltip(elem, msg) { -- 2.30.2