Browse Source

Format code, kudos @elrido

Co-authored-by: El RIDO <elrido@gmx.net>
Mikhail Romanov 2 months ago
parent
commit
b75dfdea42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -5537,7 +5537,7 @@ jQuery.PrivateBin = (function($) {
          * @function
          * @function
          */
          */
         function handleCopyButtonClick() {
         function handleCopyButtonClick() {
-             $(copyButton).click(function () {
+            $(copyButton).click(function () {
                 const text = PasteViewer.getText();
                 const text = PasteViewer.getText();
                 saveToClipboard(text);
                 saveToClipboard(text);