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

Re-add dropped variable

This commit is contained in:
Loic Blot 2016-05-19 22:28:09 +02:00
parent 1a1c2e5136
commit f4ea1cc882

View File

@ -12,6 +12,7 @@
// Some global vars to improve performances
var g_selectedConversation = null;
var g_lastMsgDate = 0;
var g_curPhoneNumber = null;
var g_unreadCountCurrentConv = 0;
var g_unreadCountAllConv = 0;
var g_unreadCountNotifStep = 12;