Skip to content

Commit

Permalink
Edit out feedback code
Browse files Browse the repository at this point in the history
  • Loading branch information
ishuah committed Dec 9, 2012
1 parent ec2821c commit 83a25b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -66,7 +66,7 @@ app.get('/todo/all', function(req, res){
/*
post handler, edit todo
Response: { success: boolean }
*/
*/
app.post('/todo/edit', function(req, res){
res.contentType('application/json');

Expand Down
2 changes: 1 addition & 1 deletion public/javascripts/client.js
Expand Up @@ -50,7 +50,7 @@ jQuery(function($){
app.persist(new_todo);

return false;
});
});

$('button.destroy').live('click', function(e){
e.preventDefault();
Expand Down

0 comments on commit 83a25b0

Please sign in to comment.