Преглед изворни кода

Update Copy Link url after short url is generated

Karthik Kasturi пре 1 година
родитељ
комит
ce188671db
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      js/privatebin.js

+ 1 - 0
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;
                 }
             }