mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
Format code, kudos @elrido
Co-authored-by: El RIDO <elrido@gmx.net>
This commit is contained in:
parent
ca23d88cd9
commit
b75dfdea42
1 changed files with 1 additions and 1 deletions
|
|
@ -5537,7 +5537,7 @@ jQuery.PrivateBin = (function($) {
|
|||
* @function
|
||||
*/
|
||||
function handleCopyButtonClick() {
|
||||
$(copyButton).click(function () {
|
||||
$(copyButton).click(function () {
|
||||
const text = PasteViewer.getText();
|
||||
saveToClipboard(text);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue