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
|
// Jappix mini chat
|
||||||
jQuery.ajaxSetup({cache: false});
|
jQuery.ajaxSetup({cache: false});
|
||||||
jQuery.getScript('https://yunohost.org/_js/jappix_mini.js', function() {
|
jQuery.getScript("https://yunohost.org/_js/jappix_mini.js", function() {
|
||||||
HOST_BOSH = 'https://yunohost.org/http-bind/';
|
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({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
domain: "anonymous.yunohost.com",
|
domain: "anonymous.yunohost.org",
|
||||||
},
|
},
|
||||||
|
|
||||||
application: {
|
application: {
|
||||||
|
|
|
@ -150,11 +150,13 @@
|
||||||
|
|
||||||
// Jappix mini chat
|
// Jappix mini chat
|
||||||
jQuery.ajaxSetup({cache: false});
|
jQuery.ajaxSetup({cache: false});
|
||||||
jQuery.getScript('https://yunohost.org/_js/jappix_mini.js', function() {
|
jQuery.getScript("https://yunohost.org/_js/jappix_mini.js", function() {
|
||||||
HOST_BOSH = 'https://yunohost.org/http-bind/';
|
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({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
domain: "anonymous.yunohost.com",
|
domain: "anonymous.yunohost.org",
|
||||||
},
|
},
|
||||||
|
|
||||||
application: {
|
application: {
|
||||||
|
|
Loading…
Reference in a new issue