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