From 7df1d01ca1149be0f9662643e961cf45d84299c2 Mon Sep 17 00:00:00 2001 From: Philip Danza Franco Date: Mon, 28 May 2018 17:41:16 -0300 Subject: [PATCH] Include Tawk.to Chat service Include the service to use Tawk.to chat for websites --- app/store/ServicesList.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e2d21734..1db8cbba 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -908,6 +908,14 @@ Ext.define('Rambox.store.ServicesList', { ,manual_notifications: true ,dont_update_unread_from_title: true ,js_unread: 'function checkUnread(){updateBadge(document.querySelectorAll(".SSPGKf.EyyDtb.Q6oXP:not(.oCHqfe) .eM5l9e.FVKzAb").length)}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3000);' + }, + { + id: 'tawktochat' + ,logo: 'https://www.tawk.to/wp-content/uploads/2015/04/tawky_big.png' + ,name: 'Tawk.to Chat' + ,description: 'A chat platform built for monitor and chat with visitors on your website.' + ,url: 'https://dashboard.tawk.to/' + ,type: 'messaging' } ] });