From 5dfaa0c82d93a075d063cc24ea4345a5943b0b1f Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sat, 12 Sep 2015 15:53:05 +0200 Subject: mark url on click --- core/js/share.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/js/share.js') diff --git a/core/js/share.js b/core/js/share.js index 6581c401281..4b1e773c1ac 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -956,11 +956,6 @@ $(document).ready(function() { permissions); }); - $(document).on('click', '#dropdown #linkText', function() { - $(this).focus(); - $(this).select(); - }); - // Handle the Allow Public Upload Checkbox $(document).on('click', '#sharingDialogAllowPublicUpload', function() { -- cgit v1.2.3