|
|
@ -12,7 +12,7 @@ $(document).ready( function(){ |
|
|
|
$.getJSON( baseUrl + '/apis/getMessages.php', { |
|
|
|
sid: sid |
|
|
|
}).done( function(session){ |
|
|
|
console.log(session); |
|
|
|
console.log(session, new Date().getTime()); |
|
|
|
|
|
|
|
if(session.enabled){ |
|
|
|
$.each(session.messages, function(index,item){ |
|
|
|