Merge branch 'master' into navigate-after-delete

This commit is contained in:
El RIDO 2024-10-18 22:39:04 +02:00 committed by GitHub
commit 97edbcc167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

View file

@ -3988,7 +3988,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
}
emailBody += I18n._('Link:');
emailBody += EOL;
emailBody += $('#pasteurl').attr('href'); // might have been shortened
emailBody += $('#pasteurl').attr('href') || window.location.href; // href is tried first as it might have been shortened
return emailBody;
}