Fixing hidden header issue on study list page

This commit is contained in:
Bruno Alves de Faria 2017-06-13 14:38:54 -03:00 committed by Erik Ziegler
parent c386b91826
commit f9c9c1db39
2 changed files with 1 additions and 3 deletions

View File

@ -143,8 +143,6 @@ templating-runtime@1.2.15
templating-tools@1.1.1
tracker@1.1.3
twbs:bootstrap@3.3.6
typ:accounts-ldap@1.0.1
typ:ldapjs@0.7.3
u2622:persistent-session@0.4.4
ui@1.0.13
underscore@1.0.10

View File

@ -41,7 +41,7 @@ Router.route('/studylist', {
next()
});
},
render: function() {
action: function() {
this.render('app', { data: { template: 'studylist' } });
}
});