mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-24 14:45:43 +00:00
Little cleanup
This commit is contained in:
+1
-3
@@ -143,7 +143,7 @@ var refreshConversation = function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setMessageCountInfo(jsondata);
|
setMessageCountInfo(jsondata);
|
||||||
if ($('#ocsms-conversation-removal').is(':hidden')) {
|
if ($('#ocsms-conversation-removal').is(':hidden')) {
|
||||||
$('#ocsms-conversation-removal').show();
|
$('#ocsms-conversation-removal').show();
|
||||||
@@ -429,8 +429,6 @@ function fetchInitialSettings() {
|
|||||||
if (jsondata['status'] == true) {
|
if (jsondata['status'] == true) {
|
||||||
$('#sel_intl_phone').val(jsondata["country"]);
|
$('#sel_intl_phone').val(jsondata["country"]);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
(function ($, OC) {
|
(function ($, OC) {
|
||||||
|
|||||||
Reference in New Issue
Block a user