mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Update domains.js
This commit is contained in:
parent
bcf246cbc7
commit
5f813c4ffb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
c.params.ddomains = data.map(function(dom){return '.'+dom;});
|
c.params.ddomains = data.map(function(dom){return '.'+dom;});
|
||||||
})
|
})
|
||||||
.fail(function() {
|
.fail(function() {
|
||||||
c.params.ddomains = ['.nohost.me', '.noho.st'];
|
c.params.ddomains = ['.nohost.me', '.noho.st', '.ynh.fr'];
|
||||||
})
|
})
|
||||||
.always(function() {
|
.always(function() {
|
||||||
var data = {
|
var data = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue