From b5f67d59f219c121b8ed1c8fded95a682af8bcf1 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 6 Sep 2018 22:59:27 +0200 Subject: [PATCH] ContactList is now working properly --- js/devel/contactlist.js | 2 +- templates/main.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.'));?>
-