Fix missing semi colon

pull/538/head
Haocen Xu 2019-08-29 11:21:56 -04:00
parent 759113f453
commit 63fdd2eba3
No known key found for this signature in database
GPG Key ID: 3F0D955A0F6AD729
1 changed files with 1 additions and 1 deletions

View File

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