mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
(js) Initialize new contact URL with example
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
focus('phone_' + i);
|
||||
}
|
||||
function addUrl() {
|
||||
var i = vm.card.$addUrl('', '');
|
||||
var i = vm.card.$addUrl('', 'https://www.fsf.org/');
|
||||
focus('url_' + i);
|
||||
}
|
||||
function canAddCustomField() {
|
||||
|
||||
Reference in New Issue
Block a user