diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-27 00:30:14 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-27 00:30:14 +0200 |
commit | d9aa8c9f0ed733fa4f13d04a25f821c3d7d69eba (patch) | |
tree | bbb6f4c8f73a15db0c3a57e3afef16a079842424 /apps/files_sharing/js | |
parent | 5b189315b53b14a51cc6b7b7b94905c66e8bb486 (diff) | |
download | nextcloud-server-d9aa8c9f0ed733fa4f13d04a25f821c3d7d69eba.tar.gz nextcloud-server-d9aa8c9f0ed733fa4f13d04a25f821c3d7d69eba.zip |
drop unneeded code
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/public.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 1d633a655d5..d434877ba6f 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -161,7 +161,6 @@ OCA.Sharing.PublicApp = { $('#save > button').click(function () { $(this).hide(); - $('.header-right').addClass('active'); $('.save-form').css('display', 'inline'); $('#remote_address').focus(); }); |