making comments on pretty printed pastes work again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user