Merge branch 'master' into feat/i18n
This commit is contained in:
commit
a61507f5cd
1 changed files with 5 additions and 0 deletions
|
@ -4,5 +4,10 @@ export default Ember.View.extend({
|
|||
Ember.run.scheduleOnce('afterRender', this, function(){
|
||||
$('.user-selections-table').floatThead({});
|
||||
});
|
||||
|
||||
$('.evaluation:not(.evaluation-header)').toggle();
|
||||
$('.evaluation-header').click(function(){
|
||||
$('.evaluation:not(.evaluation-header)').toggle();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue