mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
some minor cleanups
This commit is contained in:
parent
535710cdd6
commit
002046cc62
4 changed files with 6 additions and 7 deletions
|
@ -973,7 +973,6 @@ $(function() {
|
|||
this.showStatus(i18n._('Sending paste...'), true);
|
||||
|
||||
var randomkey = sjcl.codec.base64.fromBits(sjcl.random.randomWords(8, 0), 0);
|
||||
var cipherdata_attachment;
|
||||
var password = this.passwordInput.val();
|
||||
if(files && files[0])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue