mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
added 404 tpl, fix for 404 on topics, continuing refactor - categories
This commit is contained in:
@@ -58,6 +58,11 @@ marked.setOptions({
|
||||
voteData = results[1].voteData,
|
||||
privileges = results[2];
|
||||
|
||||
if (!postData) {
|
||||
callback(false);
|
||||
return;
|
||||
}
|
||||
|
||||
for (var i=0, ii= postData.pid.length; i<ii; i++) {
|
||||
var uid = postData.uid[i],
|
||||
pid = postData.pid[i];
|
||||
|
||||
Reference in New Issue
Block a user