Fixing hidden header issue on study list page
This commit is contained in:
parent
c386b91826
commit
f9c9c1db39
@ -143,8 +143,6 @@ templating-runtime@1.2.15
|
|||||||
templating-tools@1.1.1
|
templating-tools@1.1.1
|
||||||
tracker@1.1.3
|
tracker@1.1.3
|
||||||
twbs:bootstrap@3.3.6
|
twbs:bootstrap@3.3.6
|
||||||
typ:accounts-ldap@1.0.1
|
|
||||||
typ:ldapjs@0.7.3
|
|
||||||
u2622:persistent-session@0.4.4
|
u2622:persistent-session@0.4.4
|
||||||
ui@1.0.13
|
ui@1.0.13
|
||||||
underscore@1.0.10
|
underscore@1.0.10
|
||||||
|
|||||||
@ -41,7 +41,7 @@ Router.route('/studylist', {
|
|||||||
next()
|
next()
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
render: function() {
|
action: function() {
|
||||||
this.render('app', { data: { template: 'studylist' } });
|
this.render('app', { data: { template: 'studylist' } });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user