LT-294: Opening series switcher when the study is changed on quick switch panel
This commit is contained in:
parent
42ae22afab
commit
d72917ff9c
@ -40,6 +40,9 @@ Template.studySeriesQuickSwitch.events({
|
|||||||
'mouseleave .js-quick-switch'(event, instance) {
|
'mouseleave .js-quick-switch'(event, instance) {
|
||||||
instance.$('.js-quick-switch, .switchSectionSeries').removeClass('hover');
|
instance.$('.js-quick-switch, .switchSectionSeries').removeClass('hover');
|
||||||
instance.$('.quickSwitchWrapper').removeClass('overlay');
|
instance.$('.quickSwitchWrapper').removeClass('overlay');
|
||||||
|
},
|
||||||
|
'click .studyTimepointStudy'(event, instance) {
|
||||||
|
instance.$('.switchSectionSeries').addClass('hover');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user