From 89c2561b959cec5d6ee69a1420977c6631409859 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 6 Sep 2018 08:05:10 +0200 Subject: [PATCH] Use Angular.js app.fetchConversation instead --- js/devel/contactlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/devel/contactlist.js b/js/devel/contactlist.js index c4045e5..1d4a3f8 100644 --- a/js/devel/contactlist.js +++ b/js/devel/contactlist.js @@ -24,7 +24,7 @@ var ContactList = new Vue({ // phoneNumber must exist if (contact.nav !== null) { - ContactList.fetchConversation(contact); + app.fetchConversation(contact); Sms.selectConversation($("a[mailbox-navigation='" + contact.nav + "']")); } }