diff --git a/js/privatebin.js b/js/privatebin.js index a5bfc578..908d863e 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2158,6 +2158,7 @@ jQuery.PrivateBin = (function($) { $pasteUrl.prop('href', shortUrl); // we pre-select the link so that the user only has to [Ctrl]+[c] the link Helper.selectText($pasteUrl[0]); + CopyToClipboard.setUrl(shortUrl); return; } }