mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Additional Meteor 1.8.1 changes
This commit is contained in:
parent
53d42a17ff
commit
a1ae4d7ef0
2 changed files with 4 additions and 2 deletions
|
|
@ -95,7 +95,6 @@ meteor-base@1.4.0
|
||||||
meteor-platform@1.2.6
|
meteor-platform@1.2.6
|
||||||
meteorhacks:aggregate@1.3.0
|
meteorhacks:aggregate@1.3.0
|
||||||
meteorhacks:collection-utils@1.2.0
|
meteorhacks:collection-utils@1.2.0
|
||||||
meteorhacks:meteorx@1.4.1
|
|
||||||
meteorhacks:picker@1.0.3
|
meteorhacks:picker@1.0.3
|
||||||
meteorhacks:subs-manager@1.6.4
|
meteorhacks:subs-manager@1.6.4
|
||||||
meteorspark:util@0.2.0
|
meteorspark:util@0.2.0
|
||||||
|
|
@ -150,6 +149,7 @@ reload@1.3.0
|
||||||
retry@1.1.0
|
retry@1.1.0
|
||||||
routepolicy@1.1.0
|
routepolicy@1.1.0
|
||||||
rzymek:fullcalendar@3.8.0
|
rzymek:fullcalendar@3.8.0
|
||||||
|
server-render@0.3.1
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
session@1.2.0
|
session@1.2.0
|
||||||
sha@1.0.9
|
sha@1.0.9
|
||||||
|
|
@ -166,7 +166,7 @@ spacebars-compiler@1.1.3
|
||||||
srp@1.0.12
|
srp@1.0.12
|
||||||
standard-minifier-css@1.5.3
|
standard-minifier-css@1.5.3
|
||||||
standard-minifier-js@2.4.1
|
standard-minifier-js@2.4.1
|
||||||
staringatlights:fast-render@2.16.5
|
staringatlights:fast-render@3.0.8
|
||||||
staringatlights:inject-data@2.2.1
|
staringatlights:inject-data@2.2.1
|
||||||
tap:i18n@1.8.2
|
tap:i18n@1.8.2
|
||||||
templates:tabs@2.3.0
|
templates:tabs@2.3.0
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
import { FastRender } from 'meteor/staringatlights:fast-render';
|
||||||
|
|
||||||
FastRender.onAllRoutes(function() {
|
FastRender.onAllRoutes(function() {
|
||||||
this.subscribe('boards');
|
this.subscribe('boards');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue