From 3144f321891dfd3aff0663ce72f7f9b2ffb5e31b Mon Sep 17 00:00:00 2001 From: "kload@kload.fr" Date: Sat, 15 Mar 2014 15:00:29 +0100 Subject: [PATCH] Update frontpage.md --- frontpage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontpage.md b/frontpage.md index fd7d5ea0..17b0728b 100644 --- a/frontpage.md +++ b/frontpage.md @@ -253,8 +253,8 @@ $(".actions").css('opacity', 0); $(".languages").css('opacity', 0); jQuery.ajaxSetup({cache: false}); - jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() { - HOST_BOSH = 'https://doc.yunohost.org/http-bind/'; + jQuery.getScript('https://'+ location.host +'/mini/javascripts/mini.js', function() { + HOST_BOSH = 'https://'+ location.host +'/http-bind/'; JappixMini.launch({ connection: { domain: 'anonymous.yunohost.org'