Browse Source

Unscaped espaced json character xD

pull/2034/head
Simon Sassi 6 years ago committed by GitHub
parent
commit
921fc80447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/store/ServicesList.js

2
app/store/ServicesList.js

@ -114,7 +114,7 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://mail.google.com/mail/'
,type: 'email'
,allow_popups: true
,js_unread: 'function checkUnread(){var t=document.title.match(/\\(([\\d ]+)\\)/);updateBadge(t?parseInt(t[1].replace(/[^0-9]/, \'\')):0)}function updateBadge(e){1<=e?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'
,js_unread: 'function checkUnread(){var t=document.title.match(/\(([\d ]+)\)/);updateBadge(t?parseInt(t[1].replace(/[^0-9]/, '')):0)}function updateBadge(e){1<=e?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'
,note: 'To enable desktop notifications, you have to go to Settings inside Gmail. <a href="https://support.google.com/mail/answer/1075549?ref_topic=3394466" target="_blank">Read more...</a>'
},
{

Loading…
Cancel
Save