mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -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,
|
view: view,
|
||||||
limit: params.limit || Settings.get('postsPerPage', 10)
|
limit: params.limit || Settings.get('postsPerPage', 10)
|
||||||
};
|
};
|
||||||
// console.log('////////////// fastrender ////////////////')
|
this.subscribe('postsList', subscriptionTerms);
|
||||||
// console.log(subscriptionTerms)
|
this.subscribe('postsListUsers', subscriptionTerms);
|
||||||
// this.subscribe('postsList', subscriptionTerms);
|
|
||||||
// this.subscribe('postsListUsers', subscriptionTerms);
|
|
||||||
// console.log('//////////////////////////////////////////')
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Meteor.startup(function () {
|
Meteor.startup(function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue