mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
making comments on pretty printed pastes work again
This commit is contained in:
parent
bd1e40ac36
commit
2a3017a3bd
3 changed files with 2 additions and 7 deletions
|
@ -4128,11 +4128,6 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
|
|||
var key = Model.getPasteKey(),
|
||||
password = Prompt.getPassword();
|
||||
|
||||
if (PasteViewer.isPrettyPrinted()) {
|
||||
// don't decrypt twice
|
||||
return;
|
||||
}
|
||||
|
||||
// try to decrypt the paste
|
||||
try {
|
||||
// decrypt attachments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue