Hide link password controls if link is removed

remotes/origin/stable45
Michael Gapczynski 12 years ago
parent 26501a0bc8
commit 0788c6e968
  1. 2
      core/js/share.js

@ -285,6 +285,8 @@ OC.Share={
},
hideLink:function() {
$('#linkText').hide('blind');
$('#showPassword').hide();
$('#linkPass').hide();
},
dirname:function(path) {
return path.replace(/\\/g,'/').replace(/\/[^\/]*$/, '');

Loading…
Cancel
Save