noteId is now in the URL hash. When this is present during notecase startup, then this note will be loaded

This commit is contained in:
azivner
2017-08-22 21:32:03 -04:00
parent e58b8e6c40
commit 2692ca14ca
3 changed files with 9 additions and 3 deletions

View File

@@ -157,6 +157,8 @@ function loadNote(noteId) {
$('#noteDetail').summernote('code', noteText);
document.location.hash = noteId;
$(window).resize(); // to trigger resizing of editor
noteChangeDisabled = false;