mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Use Angular.js app.fetchConversation instead
This commit is contained in:
parent
4e60b5779f
commit
89c2561b95
@ -24,7 +24,7 @@ var ContactList = new Vue({
|
|||||||
|
|
||||||
// phoneNumber must exist
|
// phoneNumber must exist
|
||||||
if (contact.nav !== null) {
|
if (contact.nav !== null) {
|
||||||
ContactList.fetchConversation(contact);
|
app.fetchConversation(contact);
|
||||||
Sms.selectConversation($("a[mailbox-navigation='" + contact.nav + "']"));
|
Sms.selectConversation($("a[mailbox-navigation='" + contact.nav + "']"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user