mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Remove jappix developper mode.
This commit is contained in:
parent
63fcf7fd1a
commit
97ced352ce
2 changed files with 0 additions and 2 deletions
1
index.md
1
index.md
|
@ -156,7 +156,6 @@
|
||||||
var ADS_ENABLE = 'off';
|
var ADS_ENABLE = 'off';
|
||||||
var JAPPIX_STATIC = '/jappix/';
|
var JAPPIX_STATIC = '/jappix/';
|
||||||
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
||||||
var DEVELOPER = 'on';
|
|
||||||
var ANONYMOUS = 'on';
|
var ANONYMOUS = 'on';
|
||||||
JappixMini.launch({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
|
|
|
@ -158,7 +158,6 @@
|
||||||
var ADS_ENABLE = 'off';
|
var ADS_ENABLE = 'off';
|
||||||
var JAPPIX_STATIC = '/jappix/';
|
var JAPPIX_STATIC = '/jappix/';
|
||||||
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
var HOST_BOSH = 'https://im.yunohost.org/http-bind/';
|
||||||
var DEVELOPER = 'on';
|
|
||||||
var ANONYMOUS = 'on';
|
var ANONYMOUS = 'on';
|
||||||
JappixMini.launch({
|
JappixMini.launch({
|
||||||
connection: {
|
connection: {
|
||||||
|
|
Loading…
Reference in a new issue