mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Merge pull request #17 from OpSimple/patch-1
Let visitors know about the other softwares
This commit is contained in:
commit
b928d30d59
|
@ -24,6 +24,7 @@ var frontpage = [
|
|||
"",
|
||||
"Legacy GitHub: https://github.com/AndrewBelt/hack.chat",
|
||||
"Android apps: https://goo.gl/UkbKYy https://goo.gl/qasdSu https://goo.gl/fGQFQN",
|
||||
"Other Softwares: https://github.com/hack-chat/3rd-party-software-list"
|
||||
"",
|
||||
"Server and web client released under the WTFPL and MIT open source license.",
|
||||
"No message history is retained on the hack.chat server."
|
||||
|
@ -603,4 +604,4 @@ if (myChannel == '') {
|
|||
$('#sidebar').classList.add('hidden');
|
||||
} else {
|
||||
join(myChannel);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user