Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davsket committed May 10, 2012
1 parent 6293091 commit 51c1a06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/manifest.appcache
@@ -1,5 +1,5 @@
CACHE MANIFEST
#Cache version 39
#Cache version 40

CACHE:
#Images
Expand Down
7 changes: 7 additions & 0 deletions web.js
Expand Up @@ -23,6 +23,13 @@ app.post('/load/', function(request, response) {
response.redirect('/');
});

app.get('/load/', function(request, response) {
console.log('----------------------g');
var shortNote = '';
console.log(request.body.notes);
response.redirect('/');
});

app.post('/test', function(request, response) {
var shortNote = '';
console.log(request);
Expand Down

0 comments on commit 51c1a06

Please sign in to comment.