diff --git a/js/privatebin.js b/js/privatebin.js index 717a362..d58ada8 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -1822,7 +1822,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { `${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`, '_blank', 'noopener, noreferrer' - ) + ); }); }