Browse Source

Fixed Link in FastMail

Fixes #695
v0.5.8
Ramiro Saenz 8 years ago
parent
commit
708e4a4a63
  1. 1
      app/store/ServicesList.js

1
app/store/ServicesList.js

@ -755,6 +755,7 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Secure, reliable email hosting for businesses, families and professionals. Premium email with no ads, excellent spam protection and rapid personal support.' ,description: 'Secure, reliable email hosting for businesses, families and professionals. Premium email with no ads, excellent spam protection and rapid personal support.'
,url: 'https://www.fastmail.com/mail/' ,url: 'https://www.fastmail.com/mail/'
,type: 'mail' ,type: 'mail'
,js_unread: 'setTimeout(function(){O.WindowController.openExternal=function(a){var b=document.createElement("a");b.href=a,b.setAttribute("target","_blank"),b.click()};},3000);'
}, },
{ {
id: 'hibox' id: 'hibox'

Loading…
Cancel
Save