some minor cleanups

This commit is contained in:
El RIDO 2016-07-19 14:44:17 +02:00
parent 535710cdd6
commit 002046cc62
4 changed files with 6 additions and 7 deletions

View file

@ -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])
{