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

Reinit g_curPhoneNumber when delete conversation to stop refreshing it

This commit is contained in:
Loic Blot 2015-06-24 06:30:39 +00:00
parent 55f9e4136b
commit cbe70ac13b

View File

@ -62,6 +62,7 @@ app.controller('OcSmsController', ['$scope',
$('#ocsms-conversation-removal').hide();
$('#app-content-header').hide();
$("li[peer-label='" + g_curContactName + "']").remove();
g_curPhoneNumber = null;
});
}