diff options
author | OpSimple <35542206+OpSimple@users.noreply.github.com> | 2018-06-07 13:24:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 13:24:08 +0200 |
commit | 7a4cde1453a318c077ffde8ef2b4d543921c0edc (patch) | |
tree | bdfadfdf35a88e378c3c857f44ecbbd0d4bcf308 | |
parent | cleaned up and commented modules (diff) | |
download | hackchat-7a4cde1453a318c077ffde8ef2b4d543921c0edc.tar.gz hackchat-7a4cde1453a318c077ffde8ef2b4d543921c0edc.zip |
Let visitors know about the other softwares
Let visitors know about the existence of other softwares too
-rw-r--r-- | client/client.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/client.js b/client/client.js index 53f2856..bfded0f 100644 --- a/client/client.js +++ b/client/client.js @@ -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/blob/master/README.md" "", "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); -}
\ No newline at end of file +} |