From 3ecb7ff2645ad88c50f421bb13f7f475c65b3163 Mon Sep 17 00:00:00 2001 From: toC Date: Sat, 12 Nov 2016 02:54:46 +0900 Subject: [PATCH] remove extra space before service name --- app/store/ServicesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 4047e9b1..ebb0656a 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -459,7 +459,7 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'email' }, { - id: ' irccloud' + id: 'irccloud' ,logo: 'irccloud.png' ,name: 'IRCCloud' ,description: 'IRCCloud is a modern IRC client that keeps you connected, with none of the baggage.'