mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] anonymous url. Serve CSS.
This commit is contained in:
parent
c4cd82a5d7
commit
e2f073949c
2 changed files with 10 additions and 6 deletions
8
index.md
8
index.md
|
@ -148,11 +148,13 @@
|
|||
|
||||
// Jappix mini chat
|
||||
jQuery.ajaxSetup({cache: false});
|
||||
jQuery.getScript('https://yunohost.org/_js/jappix_mini.js', function() {
|
||||
HOST_BOSH = 'https://yunohost.org/http-bind/';
|
||||
jQuery.getScript("https://yunohost.org/_js/jappix_mini.js", function() {
|
||||
var JAPPIX_MINI_CSS = 'http://simone.local/_css/jappix_mini.css';
|
||||
var ADS_ENABLE = 'off';
|
||||
var HOST_BOSH = 'https://yunohost.org/http-bind/';
|
||||
JappixMini.launch({
|
||||
connection: {
|
||||
domain: "anonymous.yunohost.com",
|
||||
domain: "anonymous.yunohost.org",
|
||||
},
|
||||
|
||||
application: {
|
||||
|
|
|
@ -150,11 +150,13 @@
|
|||
|
||||
// Jappix mini chat
|
||||
jQuery.ajaxSetup({cache: false});
|
||||
jQuery.getScript('https://yunohost.org/_js/jappix_mini.js', function() {
|
||||
HOST_BOSH = 'https://yunohost.org/http-bind/';
|
||||
jQuery.getScript("https://yunohost.org/_js/jappix_mini.js", function() {
|
||||
var JAPPIX_MINI_CSS = 'http://simone.local/_css/jappix_mini.css';
|
||||
var ADS_ENABLE = 'off';
|
||||
var HOST_BOSH = 'https://yunohost.org/http-bind/';
|
||||
JappixMini.launch({
|
||||
connection: {
|
||||
domain: "anonymous.yunohost.com",
|
||||
domain: "anonymous.yunohost.org",
|
||||
},
|
||||
|
||||
application: {
|
||||
|
|
Loading…
Reference in a new issue