[fix] anonymous url. Serve CSS.

This commit is contained in:
opi 2016-03-22 17:17:19 +01:00
parent c4cd82a5d7
commit e2f073949c
2 changed files with 10 additions and 6 deletions

View file

@ -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: {

View file

@ -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: {