diff options
author | El RIDO <[email protected]> | 2022-03-27 07:58:25 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-27 07:58:25 +0200 |
commit | 960faf44173846d9a8bd14b562626f24fd835bae (patch) | |
tree | e64ce6e09f3fda898245e673793ece5c7bf9ed31 | |
parent | 36cb37c02963ca822903d571c97c9a6004c79746 (diff) | |
download | privatebin-960faf44173846d9a8bd14b562626f24fd835bae.tar.gz privatebin-960faf44173846d9a8bd14b562626f24fd835bae.tar.bz2 privatebin-960faf44173846d9a8bd14b562626f24fd835bae.zip |
wording
Co-authored-by: rugk <[email protected]>
-rw-r--r-- | js/privatebin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/privatebin.js b/js/privatebin.js index a1308620..acef8f65 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2802,7 +2802,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { } ); - // Get Blob URL + // Get blob URL return window.URL.createObjectURL(blob); } |