remove empty line break

This commit is contained in:
Tom 2022-04-10 16:03:39 +02:00
parent afe2a03aef
commit f08afd4723

View File

@ -207,8 +207,7 @@ async function setContentPane() {
} catch(err) {
console.error("error parsing fullNoteRevision.content as JSON", fullNoteRevision.content, err);
$content.html($("<div>").text("Error parsing content. Please check console.error() for more details."));
}
}
}
else {
$content.text("Preview isn't available for this note type.");