1
0
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:
Loïc Blot (@U-Exp) 2014-09-26 18:59:32 +02:00
parent 07f2015708
commit 95a623d208

View File

@ -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) {