From: Angelo Compagnucci Date: Wed, 13 Jan 2016 20:53:32 +0000 (+0100) Subject: docs/website: fixing mixing content error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6b5f2c481cf617913ba99ff1e23283843f06c35;p=buildroot.git 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 --- 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) {