Update nebulamain.js

This commit is contained in:
Green! 2022-10-06 14:26:15 -04:00 committed by GitHub
parent 9a72115b85
commit 550452d61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1358,6 +1358,6 @@ function link(_link) {
}, 0200);
}
else {
location.href = '/service/go/' + __uv$config.encodeUrl('https://radon.games/')
location.href = 'service/go/' + __uv$config.encodeUrl('https://radon.games/')
}
}
}