Explorar el Código

Fix missing semi colon

Haocen Xu hace 7 años
padre
commit
63fdd2eba3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/privatebin.js

+ 1 - 1
js/privatebin.js

@@ -1822,7 +1822,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
                     `${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`,
                     '_blank',
                     'noopener, noreferrer'
-                )
+                );
             });
         }