Merge branch 'master' into keyboard-trap

This commit is contained in:
El RIDO 2025-01-05 07:23:41 +01:00
commit 4076a831eb
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
16 changed files with 47 additions and 35 deletions

View file

@ -2120,8 +2120,8 @@ jQuery.PrivateBin = (function($, RawDeflate) {
$pasteUrl.click(pasteLinkClick);
// delete link
$('#deletelink').html('<a href="' + deleteUrl + '"></a>');
I18n._($('#deletelink a').first(), 'Delete data');
$('#deletelink').attr('href', deleteUrl);
I18n._($('#deletelink span').not('.glyphicon').first(), 'Delete data');
// enable shortener button
$shortenButton.removeClass('buttondisabled');