summaryrefslogtreecommitdiffstats
path: root/core/js/share.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/share.js')
-rw-r--r--core/js/share.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/js/share.js b/core/js/share.js
index 59ff25ee763..7d2daffb29d 100644
--- a/core/js/share.js
+++ b/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(/\/[^\/]*$/, '');