From 27793c6755a178d5128b05596b91763aaaa80bc5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 25 Nov 2019 11:09:54 -0500 Subject: [PATCH] remove XXX --- www/common/common-ui-elements.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index a4d1345f6..4fec900f8 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1207,7 +1207,6 @@ define([ var modal = UI.dialog.tabs(tabs); $(modal).find('.alertify-tabs-titles').after(rights); - // XXX // disable edit share options if you don't have edit rights if (!hashes.editHash) { $rights.find('#cp-share-editable-false').attr('checked', true);