diff --git a/.meteor/.finished-upgraders b/.meteor/.finished-upgraders index 68df3d8..8a76103 100644 --- a/.meteor/.finished-upgraders +++ b/.meteor/.finished-upgraders @@ -5,3 +5,4 @@ notices-for-0.9.0 notices-for-0.9.1 0.9.4-platform-file +notices-for-facebook-graph-api-2 diff --git a/.meteor/release b/.meteor/release index 74a74cb..151347b 100644 --- a/.meteor/release +++ b/.meteor/release @@ -1 +1 @@ -METEOR@1.0.3.2 +METEOR@1.0.5 diff --git a/.meteor/versions b/.meteor/versions index c62b855..64a1e65 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,36 +1,34 @@ -accounts-base@1.1.3 -accounts-password@1.0.6 +accounts-base@1.2.0 +accounts-password@1.1.0 alanning:roles@1.2.13 -aldeed:autoform@5.0.2 +aldeed:autoform@5.1.0 aldeed:collection2@2.3.2 aldeed:simple-schema@1.3.0 anti:fake@0.4.1 -application-configuration@1.0.4 -autoupdate@1.1.5 -base64@1.0.2 -binary-heap@1.0.2 -blaze@2.0.4 -blaze-tools@1.0.2 -boilerplate-generator@1.0.2 -callback-hook@1.0.2 -check@1.0.4 +autoupdate@1.2.0 +base64@1.0.3 +binary-heap@1.0.3 +blaze@2.1.0 +blaze-tools@1.0.3 +boilerplate-generator@1.0.3 +callback-hook@1.0.3 +check@1.0.5 cmather:handlebars-server@0.2.0 -coffeescript@1.0.5 +coffeescript@1.0.6 cunneen:mailgun@0.9.1 dburles:collection-helpers@1.0.2 dburles:factory@0.3.7 -ddp@1.0.14 -deps@1.0.6 -ejson@1.0.5 -email@1.0.5 -fastclick@1.0.2 -follower-livedata@1.0.3 -geojson-utils@1.0.2 -handlebars@1.0.2 -html-tools@1.0.3 -htmljs@1.0.3 -http@1.0.10 -id-map@1.0.2 +ddp@1.1.0 +deps@1.0.7 +ejson@1.0.6 +email@1.0.6 +fastclick@1.0.3 +geojson-utils@1.0.3 +handlebars@1.0.3 +html-tools@1.0.4 +htmljs@1.0.4 +http@1.1.0 +id-map@1.0.3 iron:controller@1.0.7 iron:core@1.0.7 iron:dynamic-template@1.0.7 @@ -39,48 +37,48 @@ iron:location@1.0.7 iron:middleware-stack@1.0.7 iron:router@1.0.7 iron:url@1.0.7 -jquery@1.11.3 -json@1.0.2 -launch-screen@1.0.1 -less@1.0.12 -livedata@1.0.12 -localstorage@1.0.2 -logging@1.0.6 +jquery@1.11.3_2 +json@1.0.3 +launch-screen@1.0.2 +less@1.0.13 +livedata@1.0.13 +localstorage@1.0.3 +logging@1.0.7 matb33:collection-hooks@0.7.11 -meteor@1.1.4 -meteor-platform@1.2.1 -minifiers@1.1.3 -minimongo@1.0.6 -mobile-status-bar@1.0.2 +meteor@1.1.5 +meteor-platform@1.2.2 +minifiers@1.1.4 +minimongo@1.0.7 +mobile-status-bar@1.0.3 momentjs:moment@2.9.0 -mongo@1.0.11 +mongo@1.1.0 mrt:underscore-string-latest@2.3.3 -npm-bcrypt@0.7.7 -observe-sequence@1.0.4 -ordered-dict@1.0.2 -random@1.0.2 -reactive-dict@1.0.5 -reactive-var@1.0.4 -reload@1.1.2 -retry@1.0.2 -reywood:publish-composite@1.3.5 -routepolicy@1.0.4 -service-configuration@1.0.3 -session@1.0.5 -sha@1.0.2 +npm-bcrypt@0.7.8_1 +observe-sequence@1.0.5 +ordered-dict@1.0.3 +random@1.0.3 +reactive-dict@1.1.0 +reactive-var@1.0.5 +reload@1.1.3 +retry@1.0.3 +reywood:publish-composite@1.3.6 +routepolicy@1.0.5 +service-configuration@1.0.4 +session@1.1.0 +sha@1.0.3 softwarerero:accounts-t9n@1.0.6 -spacebars@1.0.5 -spacebars-compiler@1.0.4 -srp@1.0.2 -templating@1.0.11 -tracker@1.0.5 -ui@1.0.5 -underscore@1.0.2 -url@1.0.3 +spacebars@1.0.6 +spacebars-compiler@1.0.5 +srp@1.0.3 +templating@1.1.0 +tracker@1.0.6 +ui@1.0.6 +underscore@1.0.3 +url@1.0.4 useraccounts:bootstrap@1.8.1 useraccounts:core@1.8.1 -webapp@1.1.6 -webapp-hashing@1.0.2 +webapp@1.2.0 +webapp-hashing@1.0.3 wizonesolutions:underscore-string@1.0.0 yasinuslu:blaze-meta@0.3.1 zimme:iron-router-active@1.0.1 diff --git a/client/templates/dashboard/dashboard.js b/client/templates/dashboard/dashboard.js index bf66248..5a18686 100644 --- a/client/templates/dashboard/dashboard.js +++ b/client/templates/dashboard/dashboard.js @@ -1,3 +1,3 @@ -Template.dashboard.rendered = function() { +Template.dashboard.onRendered(function() { -}; +}); diff --git a/client/templates/home/home.js b/client/templates/home/home.js index 1f6a063..5697823 100644 --- a/client/templates/home/home.js +++ b/client/templates/home/home.js @@ -1,3 +1,3 @@ -Template.home.rendered = function() { +Template.home.onRendered(function() { -}; +});