Fix display of users with no possible subscription

This commit is contained in:
Francis Lachapelle
2014-08-25 10:16:10 -04:00
parent 74bd96e5a6
commit 28f26ec08e
2 changed files with 3 additions and 2 deletions
@@ -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 = '';