From 7124fd56d50180f6e2253817e0d0acf30aac9a48 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 11 Feb 2019 21:09:21 +0100 Subject: Added cancel button to contact modal --- public/scripts/chat.js | 1 + 1 file changed, 1 insertion(+) (limited to 'public/scripts') diff --git a/public/scripts/chat.js b/public/scripts/chat.js index ddb1652..eda7a24 100644 --- a/public/scripts/chat.js +++ b/public/scripts/chat.js @@ -211,6 +211,7 @@ function chat() { */ function addContact() { swal('Add a contact', { + buttons: true, content: 'input', attributes: { placeholder: 'Contact ID', -- cgit v1.2.3