diff --git a/examples/todos/lib/router.js b/examples/todos/lib/router.js index abb50cc968..f26cb957c4 100644 --- a/examples/todos/lib/router.js +++ b/examples/todos/lib/router.js @@ -61,8 +61,3 @@ Router.map(function() { } }); }); - -if (Meteor.isClient) { - Router.onBeforeAction('loading', {except: ['join', 'signin']}); - Router.onBeforeAction('dataNotFound', {except: ['join', 'signin']}); -}