From 45af5ef2300847be57b165c5c56a0632e167fde7 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 6 Jul 2018 10:41:36 -0400 Subject: [PATCH] (js) Initialize new contact URL with example --- UI/WebServerResources/js/Contacts/CardController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/js/Contacts/CardController.js b/UI/WebServerResources/js/Contacts/CardController.js index a1f62d9df..ee0fdb4be 100644 --- a/UI/WebServerResources/js/Contacts/CardController.js +++ b/UI/WebServerResources/js/Contacts/CardController.js @@ -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() {