From 0788c6e968f98647fe8bb8961cc2d250531ce283 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Wed, 29 Aug 2012 14:01:09 -0400 Subject: [PATCH] Hide link password controls if link is removed --- core/js/share.js | 2 ++ 1 file changed, 2 insertions(+) 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(/\/[^\/]*$/, ''); -- 2.39.5