Browse Source

Merge pull request #1677 from Pmoshbr/patch-1

Include Tawk.to Chat service
pull/1636/merge
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
7d0f50fc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/store/ServicesList.js

8
app/store/ServicesList.js

@ -920,6 +920,14 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://messages.android.com/' ,url: 'https://messages.android.com/'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'function checkUnread(){var t = document.querySelectorAll(".tpEAA.yrs5ff").length;if(t>=1){rambox.setUnreadCount(t)}else{rambox.clearUnreadCount()}}setInterval(checkUnread,3000);' ,js_unread: 'function checkUnread(){var t = document.querySelectorAll(".tpEAA.yrs5ff").length;if(t>=1){rambox.setUnreadCount(t)}else{rambox.clearUnreadCount()}}setInterval(checkUnread,3000);'
},
{
id: 'tawktochat'
,logo: 'tawkto.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'
} }
] ]
}); });

Loading…
Cancel
Save