mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Re-add dropped variable
This commit is contained in:
parent
1a1c2e5136
commit
f4ea1cc882
@ -12,6 +12,7 @@
|
|||||||
// Some global vars to improve performances
|
// Some global vars to improve performances
|
||||||
var g_selectedConversation = null;
|
var g_selectedConversation = null;
|
||||||
var g_lastMsgDate = 0;
|
var g_lastMsgDate = 0;
|
||||||
|
var g_curPhoneNumber = null;
|
||||||
var g_unreadCountCurrentConv = 0;
|
var g_unreadCountCurrentConv = 0;
|
||||||
var g_unreadCountAllConv = 0;
|
var g_unreadCountAllConv = 0;
|
||||||
var g_unreadCountNotifStep = 12;
|
var g_unreadCountNotifStep = 12;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user