From b79dd6058d838d7c916949b759284c6afaeacb23 Mon Sep 17 00:00:00 2001 From: TriiNoxYs Date: Sat, 3 Sep 2016 15:34:11 +0200 Subject: [PATCH] Edit Aim url & remove duplicate line --- app/store/ServicesList.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 88f7c0f3..ae28f341 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -447,9 +447,8 @@ Ext.define('Rambox.store.ServicesList', { ,logo: 'aim.png' ,name: 'Aim' ,description: 'Aim offers free Text Messaging, Group Conversations, Media Sharing, Social Notifications, and more.' - ,url: 'https://aim.com/' + ,url: 'http://aim.com/' ,type: 'messaging' } ] - ] });