aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-06-07 15:35:26 +0200
committerGitHub <noreply@github.com>2018-06-07 15:35:26 +0200
commitb928d30d59b64726d443ba6c8fa55119bbc70e82 (patch)
treef5b9ad1f3d76aaf55cbddc58f1659e3990cc4744 /client
parentcleaned up and commented modules (diff)
parentshortened the url for other softwares (diff)
downloadhackchat-b928d30d59b64726d443ba6c8fa55119bbc70e82.tar.gz
hackchat-b928d30d59b64726d443ba6c8fa55119bbc70e82.zip
Merge pull request #17 from OpSimple/patch-1
Let visitors know about the other softwares
Diffstat (limited to 'client')
-rw-r--r--client/client.js3
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
+}