From 448c5a9ed4d137e9a07e18585ef321d91b82a66d Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 20 Jun 2019 11:59:45 +0200 Subject: [PATCH] change an XXX to a comment --- www/drive/inner.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/drive/inner.js b/www/drive/inner.js index 1d90beb49..9dd883cd3 100644 --- a/www/drive/inner.js +++ b/www/drive/inner.js @@ -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);