Fix missing semi colon

This commit is contained in:
Haocen Xu
2019-08-29 11:21:56 -04:00
parent 759113f453
commit 63fdd2eba3

View File

@@ -1822,7 +1822,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
`${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`,
'_blank',
'noopener, noreferrer'
)
);
});
}