mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
parent
903dd9f506
commit
df67dd6a44
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
|||
c.params.ddomains = data.map(function(dom){return '.'+dom;});
|
||||
})
|
||||
.fail(function() {
|
||||
c.params.ddomains = ['.nohost.me', '.noho.st'];
|
||||
c.params.ddomains = ['.nohost.me', '.noho.st', '.ynh.fr'];
|
||||
})
|
||||
.always(function() {
|
||||
var data = {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
c.params['ddomains'] = data.map(function(dom){return '.'+dom;});
|
||||
})
|
||||
.fail(function() {
|
||||
c.params['ddomains'] = ['.nohost.me', '.noho.st'];
|
||||
c.params['ddomains'] = ['.nohost.me', '.noho.st', '.ynh.fr'];
|
||||
})
|
||||
.always(function() {
|
||||
c.view('postinstall/postinstall_2', c.params, function() {
|
||||
|
@ -102,4 +102,4 @@
|
|||
}
|
||||
});
|
||||
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Add table
Reference in a new issue