resolving issue where the post window stays open during navigation

- app.close_post_window now neatly closes the post window
This commit is contained in:
Julian Lam
2013-05-21 20:20:54 -04:00
parent 74c13ba299
commit 624ccc592c
2 changed files with 6 additions and 3 deletions

View File

@@ -237,9 +237,9 @@ var express = require('express'),
app.get('/api/:method/:id*', api_method);
app.get('/test', function(req, res) {
topics.get_latest_undeleted_pid(5, function(pid) {
res.send(pid);
});
// topics.get_latest_undeleted_pid(5, function(pid) {
// res.send(pid);
// });
});