1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-23 09:55:44 +00:00

oops inverted lastMsgId = id

This commit is contained in:
Loïc Blot (@U-Exp) 2014-09-26 18:58:33 +02:00
parent 18fa72b60e
commit 07f2015708

View File

@ -80,7 +80,7 @@ function formatConversation(jsondata) {
// Store the greater msg date for refresher // Store the greater msg date for refresher
if (id > lastMsgDate) { if (id > lastMsgDate) {
id = lastMsgDate; lastMsgDate = id;
} }
// Multiplicate ID to permit date to use it properly // Multiplicate ID to permit date to use it properly