change an XXX to a comment

pull/1/head
ansuz 2019-06-20 11:59:45 +02:00
parent c59f25d7f6
commit 448c5a9ed4
1 changed files with 3 additions and 1 deletions

View File

@ -3364,7 +3364,9 @@ define([
//data.noPassword = true;
data.noEditPassword = true;
data.noExpiration = true;
data.sharedFolder = true; // XXX debug
// this is here to allow users to check the channel id of a shared folder
// we should remove it at some point
data.sharedFolder = true;
}
UIElements.getProperties(common, data, cb);