1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Little cleanup

This commit is contained in:
Loic Blot
2015-06-25 19:06:17 +00:00
parent 68b2f319c3
commit b04677851a
+1 -3
View File
@@ -143,7 +143,7 @@ var refreshConversation = function() {
}
}
setMessageCountInfo(jsondata);
if ($('#ocsms-conversation-removal').is(':hidden')) {
$('#ocsms-conversation-removal').show();
@@ -429,8 +429,6 @@ function fetchInitialSettings() {
if (jsondata['status'] == true) {
$('#sel_intl_phone').val(jsondata["country"]);
}
else {
}
});
}
(function ($, OC) {