mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
Upgrade to Meteor 2.0-beta.3. Removed fast-render and ostrio:cookies.
Thanks to xet7 !
This commit is contained in:
parent
ef59d6dcb9
commit
a463f2a855
4 changed files with 14 additions and 19 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/*
|
||||
import { FastRender } from 'meteor/staringatlights:fast-render';
|
||||
|
||||
FastRender.onAllRoutes(function() {
|
||||
|
|
@ -7,3 +8,4 @@ FastRender.onAllRoutes(function() {
|
|||
FastRender.route('/b/:id/:slug', function({ id }) {
|
||||
this.subscribe('board', id, false);
|
||||
});
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue