Sfoglia il codice sorgente

Fix missing semi colon

Haocen Xu 7 anni fa
parent
commit
63fdd2eba3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'))}`,
                     `${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`,
                     '_blank',
                     '_blank',
                     'noopener, noreferrer'
                     'noopener, noreferrer'
-                )
+                );
             });
             });
         }
         }