Fix "Copied" message for public links

* share a file/fodler by public link and click the
  copy to clipboard icon and watch the tooltip
* before: it said "Copy"
* after: it now says "Copied" after clicking the button

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-05-01 17:56:38 -03:00
parent dba55f950a
commit 2ce71f8c24
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 0 additions and 3 deletions

View File

@ -177,9 +177,6 @@
var clipboard = new Clipboard('.clipboardButton');
clipboard.on('success', function(e) {
event.preventDefault();
event.stopPropagation();
var $input = $(e.trigger);
$input.tooltip('hide')
.attr('data-original-title', t('core', 'Copied!'))