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);