diff options
author | marzavec <admin@marzavec.com> | 2018-06-07 15:35:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 15:35:26 +0200 |
commit | b928d30d59b64726d443ba6c8fa55119bbc70e82 (patch) | |
tree | f5b9ad1f3d76aaf55cbddc58f1659e3990cc4744 | |
parent | cleaned up and commented modules (diff) | |
parent | shortened the url for other softwares (diff) | |
download | hackchat-b928d30d59b64726d443ba6c8fa55119bbc70e82.tar.gz hackchat-b928d30d59b64726d443ba6c8fa55119bbc70e82.zip |
Merge pull request #17 from OpSimple/patch-1
Let visitors know about the other softwares
-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..2147ba7 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" "", "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 +} |