mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update frontpage.md
This commit is contained in:
parent
5ee02c8e30
commit
3144f32189
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@
|
||||||
$(".actions").css('opacity', 0);
|
$(".actions").css('opacity', 0);
|
||||||
$(".languages").css('opacity', 0);
|
$(".languages").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