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