Update domains.js

This commit is contained in:
frju365 2018-06-19 16:43:11 +02:00 committed by GitHub
parent bcf246cbc7
commit 5f813c4ffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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