diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 79863a527..9418c2e79 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -452,7 +452,7 @@ define([ } common.getAttribute(['general', 'share'], function (err, val) { val = val || {}; - if (val.edit === false) { + if (val.edit === false || !hashes.editHash) { $(link).find('#cp-share-editable-false').prop('checked', true); $(link).find('#cp-share-editable-true').prop('checked', false); } else {