summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorxh3n1 <myrtajxheni@gmail.com>2017-09-21 21:47:58 +0200
committerxh3n1 <myrtajxheni@gmail.com>2017-09-21 21:47:58 +0200
commit9a67386157832e1711d2341169439117e259762c (patch)
tree9206a024907e68bdd54de20220213d0896da6c9d /js
parentfb63f498deb3521f55a8f4677ce5fdefb9b24665 (diff)
delete diaspora, add github
Diffstat (limited to 'js')
-rw-r--r--js/services/vCardProperties.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/services/vCardProperties.js b/js/services/vCardProperties.js
index f9eaf0b4..6c655196 100644
--- a/js/services/vCardProperties.js
+++ b/js/services/vCardProperties.js
@@ -97,9 +97,9 @@ angular.module('contactsApp')
meta:{type:['SKYPE']}
},
options: [
- {id: 'IRC', name: 'IRC'},
- {id: 'SKYPE', name:'Skype'},
- {id: 'TELEGRAM', name:'Telegram'},
+ {id: 'IRC', name: 'IRC'},
+ {id: 'SKYPE', name: 'Skype'},
+ {id: 'TELEGRAM', name: 'Telegram'},
{id: 'XMPP', name:'XMPP'}
]
},
@@ -131,8 +131,8 @@ angular.module('contactsApp')
meta:{type:['facebook']}
},
options: [
- {id: 'DIASPORA', name: 'diaspora*'},
{id: 'FACEBOOK', name: 'Facebook'},
+ {id: 'GITHUB', name: 'GitHub'}
{id: 'GOOGLEPLUS', name: 'Google+'},
{id: 'INSTAGRAM', name: 'Instagram'},
{id: 'LINKEDIN', name: 'LinkedIn'},