From b75dfdea420fcd4220e11de35be880755598bea7 Mon Sep 17 00:00:00 2001 From: Mikhail Romanov <42250412+Ribas160@users.noreply.github.com> Date: Sat, 16 May 2026 12:31:32 +0300 Subject: [PATCH] Format code, kudos @elrido Co-authored-by: El RIDO --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index c8ffe517..ab2ac07a 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -5537,7 +5537,7 @@ jQuery.PrivateBin = (function($) { * @function */ function handleCopyButtonClick() { - $(copyButton).click(function () { + $(copyButton).click(function () { const text = PasteViewer.getText(); saveToClipboard(text);