mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-16 12:23:17 +00:00
(feat) screenname (x-aim) is now shown and editable
This commit is contained in:
@@ -337,6 +337,10 @@
|
||||
return this.emails.length - 1;
|
||||
};
|
||||
|
||||
Card.prototype.$addScreenName = function(screenName) {
|
||||
this.c_screenname = screenName;
|
||||
}
|
||||
|
||||
Card.prototype.$addPhone = function(type) {
|
||||
if (angular.isUndefined(this.phones)) {
|
||||
this.phones = [{type: type, value: ''}];
|
||||
|
||||
Reference in New Issue
Block a user