Ver Fonte

Fix missing semi colon

Haocen Xu há 7 anos atrás
pai
commit
63fdd2eba3
1 ficheiros alterados com 1 adições e 1 exclusões
  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'
-                )
+                );
             });
         }