diff --git a/js/devel/contactlist.js b/js/devel/contactlist.js index 8bc7cc1..64ac83f 100644 --- a/js/devel/contactlist.js +++ b/js/devel/contactlist.js @@ -54,7 +54,7 @@ var ContactList = new Vue({ contactObj.uid = peerLabel; } - ContactList.addContact(contactObj); + self.addContact(contactObj); bufferedContacts.push(peerLabel); } }); diff --git a/templates/main.php b/templates/main.php index 5339e76..4a1dd15 100644 --- a/templates/main.php +++ b/templates/main.php @@ -21,8 +21,8 @@ use \OCA\OcSms\Lib\CountryCodes;
-
t('No contact found.'));?>
-