This commit is contained in:
Sacha Greif 2014-07-13 11:15:58 +09:00
parent 76fb48e435
commit fe3745e1e3
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,9 @@ Some of the improvements planned for the next versions of Telescope. Email [hell
- Better user profiles.
- Better user dashboard (with search).
- Implement real reactive joins.
- Improve post pagination.
- Improve subscriptions management.
- Improve the invite system. See [#253](https://github.com/TelescopeJS/Telescope/issues/253).
- Make a package to send a email newsletter containing the top X posts of the day/week/month.
- Use [Autoform](https://github.com/aldeed/meteor-autoform/) package for `post_edit` and `post_submit` forms.

View file

@ -59,6 +59,7 @@ findQueueContainer=function($comment){
Template[getTemplate('comment_item')].created = function() {
// if comments are supposed to be queued, then queue this comment on create
this.isQueued = window.queueComments;
window.openedComments = [];
}
Template[getTemplate('comment_item')].helpers({