From 805e68a4d2402e25d63ee6c9838f8043c39de559 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 24 Feb 2019 17:04:43 +0100 Subject: Improved frontend --- public/scripts/chat.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'public/scripts') diff --git a/public/scripts/chat.js b/public/scripts/chat.js index 2f15683..86044be 100644 --- a/public/scripts/chat.js +++ b/public/scripts/chat.js @@ -380,6 +380,13 @@ function chat() { }); } + function addContactToList(contactId) { + $('#contact_list') + .append(``); + } + + addContactToList('TEST'); + /** * Shows modal for adding a contact * TODO: Fix selecting from dropdown on enter -- cgit v1.2.3