(js) Initialize new contact URL with example

pull/229/merge
Francis Lachapelle 2018-07-06 10:41:36 -04:00
parent 3eb01aef71
commit 45af5ef230
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
focus('phone_' + i); focus('phone_' + i);
} }
function addUrl() { function addUrl() {
var i = vm.card.$addUrl('', ''); var i = vm.card.$addUrl('', 'https://www.fsf.org/');
focus('url_' + i); focus('url_' + i);
} }
function canAddCustomField() { function canAddCustomField() {