mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update frontpage_fr.md
This commit is contained in:
parent
f5104ceab7
commit
5ee02c8e30
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@
|
||||||
});
|
});
|
||||||
$(".actions").css('opacity', 0);
|
$(".actions").css('opacity', 0);
|
||||||
jQuery.ajaxSetup({cache: false});
|
jQuery.ajaxSetup({cache: false});
|
||||||
jQuery.getScript('https://doc.yunohost.org/mini/javascripts/mini.js', function() {
|
jQuery.getScript('https://'+ location.host +'/mini/javascripts/mini.js', function() {
|
||||||
HOST_BOSH = 'https://doc.yunohost.org/http-bind/';
|
HOST_BOSH = 'https://'+ location.host +'/http-bind/';
|
||||||
JappixMini.launch({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
domain: 'anonymous.yunohost.org'
|
domain: 'anonymous.yunohost.org'
|
||||||
|
|
Loading…
Add table
Reference in a new issue