mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 14:03:09 +02:00
fix: leverage join misskey multilingual behaviour (#11908)
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
parent
440f3144ae
commit
9d0c077311
1 changed files with 1 additions and 2 deletions
|
@ -114,8 +114,7 @@ function showMenu(ev) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function exploreOtherServers() {
|
function exploreOtherServers() {
|
||||||
// TODO: 言語をよしなに
|
window.open('https://join.misskey.page/instances', '_blank');
|
||||||
window.open('https://join.misskey.page/ja-JP/instances', '_blank');
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue