Working on new entry.

This commit is contained in:
Jonathan Bernard
2011-02-13 11:38:50 -06:00
parent d743635865
commit 19fc37c772
4 changed files with 40 additions and 1 deletions

View File

@ -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();