diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index fcbc6fcf6..1b39995cc 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3911,6 +3911,8 @@ define([ (function () { // show 'READ-ONLY' when a guest only has view rights if (/\/view\//.test(APP.anonSFHref)) { + // !common.getMetadataMgr().getPrivateData().canEdit + // would accomplish the same thing if this breaks $content.prepend($readOnly.clone()); return; }