Przeglądaj źródła

Fix missing semi colon

Haocen Xu 7 lat temu
rodzic
commit
63fdd2eba3
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
-                )
+                );
             });
         }