diff options
author | Marvin Borner | 2019-02-11 21:09:21 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-11 21:09:21 +0100 |
commit | 7124fd56d50180f6e2253817e0d0acf30aac9a48 (patch) | |
tree | 4a61a2b13a5cabb4344ad1cd0787e15fa60e86fb /public | |
parent | 9d90e34e10f07ee92045e479979cbe41c09d6501 (diff) |
Added cancel button to contact modal
Diffstat (limited to 'public')
-rw-r--r-- | public/scripts/chat.js | 1 |
1 files changed, 1 insertions, 0 deletions
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', |