Fix accidental deletion of if

remotes/origin/stable6
Michael Gapczynski 12 years ago committed by Morris Jobke
parent a2c80bbc68
commit 7f9ff51308
  1. 1
      core/js/share.js

@ -209,6 +209,7 @@ OC.Share={
linksAllowed = true;
}
}});
if (link && linksAllowed) {
html += '<div id="link">';
html += '<input type="checkbox" name="linkCheckbox" id="linkCheckbox" value="1" /><label for="linkCheckbox">'+t('core', 'Share with link')+'</label>';
html += '<br />';

Loading…
Cancel
Save