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:
parent
dba55f950a
commit
2ce71f8c24
1 changed files with 0 additions and 3 deletions
|
@ -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!'))
|
||||
|
|
Loading…
Reference in a new issue