diff --git a/note.php b/note.php index aa82522..c1f06b9 100644 --- a/note.php +++ b/note.php @@ -78,7 +78,12 @@ } else { - header("Location: note.php?title=" . $title); + $noteurl = "Location: note.php?title=" . $title; + if (isset($_POST['cursorpos'])) + { + $noteurl .= '&cursorpos=' . $_POST['cursorpos']; + } + header($noteurl); exit; } } @@ -130,17 +135,29 @@ + -
+