Explorar o código

Format code, kudos @elrido

Co-authored-by: El RIDO <elrido@gmx.net>
Mikhail Romanov hai 2 meses
pai
achega
b75dfdea42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/privatebin.js

+ 1 - 1
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);