more fixes to noscript

This commit is contained in:
Julian Lam
2013-09-03 12:21:48 -04:00
parent 3ed9e1dd51
commit 0a8c43901d
2 changed files with 4 additions and 1 deletions

View File

@@ -235,7 +235,8 @@ var express = require('express'),
});
},
function(topicData, next) {
var lastMod = 0,
var posts = topicData.posts.push(topicData.main_posts[0]),
lastMod = 0,
timestamp;
for(var x=0,numPosts=topicData.posts.length;x<numPosts;x++) {