1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 08:26:15 +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() { 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) {