1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +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
+1
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;