Working on new entry.
This commit is contained in:
@ -27,6 +27,10 @@ function updateTimeline(event) {
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
function showNewNotes(event) {
|
||||
$("#add-notes").slideToggle("slow");
|
||||
}
|
||||
|
||||
function logout(event) {
|
||||
alert("TODO: log user out via AJAX.");
|
||||
event.preventDefault();
|
||||
|
Reference in New Issue
Block a user