Fix missing semi colon
This commit is contained in:
parent
759113f453
commit
63fdd2eba3
1 changed files with 1 additions and 1 deletions
|
@ -1822,7 +1822,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
`${$shortenButton.data('shortener')}${encodeURIComponent($pasteUrl.attr('href'))}`,
|
||||
'_blank',
|
||||
'noopener, noreferrer'
|
||||
)
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue