mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
fix fast render missing code issue
This commit is contained in:
parent
044f210f13
commit
f9c5ef1f80
1 changed files with 2 additions and 5 deletions
|
@ -30,11 +30,8 @@ Posts.fastRenderSubscribe = function (view, params) {
|
|||
view: view,
|
||||
limit: params.limit || Settings.get('postsPerPage', 10)
|
||||
};
|
||||
// console.log('////////////// fastrender ////////////////')
|
||||
// console.log(subscriptionTerms)
|
||||
// this.subscribe('postsList', subscriptionTerms);
|
||||
// this.subscribe('postsListUsers', subscriptionTerms);
|
||||
// console.log('//////////////////////////////////////////')
|
||||
this.subscribe('postsList', subscriptionTerms);
|
||||
this.subscribe('postsListUsers', subscriptionTerms);
|
||||
};
|
||||
|
||||
Meteor.startup(function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue