mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 16:36:25 +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() {
|
var refreshConversation = function() {
|
||||||
$.getJSON(OC.generateUrl('/apps/ocsms/get/conversation'),
|
$.getJSON(OC.generateUrl('/apps/ocsms/get/conversation'),
|
||||||
{
|
{
|
||||||
'phoneNumber': phoneNumber,
|
'phoneNumber': curPhoneNumber,
|
||||||
"lastDate": lastMsgDate
|
"lastDate": lastMsgDate
|
||||||
},
|
},
|
||||||
function(jsondata, status) {
|
function(jsondata, status) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user