Further work on web interface.

This commit is contained in:
Jonathan Bernard
2011-02-14 09:01:32 -06:00
parent 19fc37c772
commit ddc12cec64
6 changed files with 35 additions and 15 deletions

View File

@ -31,6 +31,11 @@ function showNewNotes(event) {
$("#add-notes").slideToggle("slow");
}
function newEntry(event) {
alert("TODO: create entry vi AJAX");
event.preventDefault();
}
function logout(event) {
alert("TODO: log user out via AJAX.");
event.preventDefault();