From 8a939fa4ccbf1ca45d4b6d04cb2d1186c6f7af7d Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 29 May 2013 12:22:04 -0400 Subject: [PATCH] removed left over template variable in category.js --- public/src/forum/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/forum/category.js b/public/src/forum/category.js index 74aa54b037..582366f119 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -6,7 +6,7 @@ var new_post = document.getElementById('new_post'); new_post.onclick = function() { - app.open_post_window('topic', {category_id}); + app.open_post_window('topic', cid); } ajaxify.register_events([