Explorar el Código

Format code, kudos @elrido

Co-authored-by: El RIDO <elrido@gmx.net>
Mikhail Romanov hace 2 meses
padre
commit
b75dfdea42
Se han modificado 1 ficheros con 1 adiciones y 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);