mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
fix phone number on refresh
This commit is contained in:
parent
07f2015708
commit
95a623d208
@ -28,7 +28,7 @@ $.urlParam = function(name){
|
||||
var refreshConversation = function() {
|
||||
$.getJSON(OC.generateUrl('/apps/ocsms/get/conversation'),
|
||||
{
|
||||
'phoneNumber': phoneNumber,
|
||||
'phoneNumber': curPhoneNumber,
|
||||
"lastDate": lastMsgDate
|
||||
},
|
||||
function(jsondata, status) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user