From f4ea1cc882e7a73edc8d46061b6fd6f802b494c8 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 19 May 2016 22:28:09 +0200 Subject: [PATCH] Re-add dropped variable --- js/public/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/public/app.js b/js/public/app.js index b978fd4..28e0fb4 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -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;