mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Update postinstall.js
This commit is contained in:
parent
0e9764fe39
commit
bcf246cbc7
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,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() {
|
||||||
c.view('postinstall/postinstall_2', c.params, function() {
|
c.view('postinstall/postinstall_2', c.params, function() {
|
||||||
|
@ -102,4 +102,4 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Reference in a new issue