diff options
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', |