mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 13:55:23 +00:00
Fix display of users with no possible subscription
This commit is contained in:
@@ -158,8 +158,8 @@ function foldersSearchCallback(http) {
|
||||
d.aIndent.push(indentValue);
|
||||
|
||||
var dd = $("dd" + nodeId);
|
||||
if (response.length) {
|
||||
var folders = response.evalJSON();
|
||||
var folders = response.evalJSON();
|
||||
if (folders.length) {
|
||||
var user = http.callbackData["user"];
|
||||
|
||||
dd.innerHTML = '';
|
||||
|
||||
Reference in New Issue
Block a user