removed left over template variable in category.js

This commit is contained in:
psychobunny
2013-05-29 12:22:04 -04:00
parent 34131ad46c
commit 8a939fa4cc

View File

@@ -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([