LT-294: Opening series switcher when the study is changed on quick switch panel

This commit is contained in:
Bruno Alves de Faria 2016-11-09 09:49:40 -02:00 committed by Erik Ziegler
parent 42ae22afab
commit d72917ff9c

View File

@ -40,6 +40,9 @@ Template.studySeriesQuickSwitch.events({
'mouseleave .js-quick-switch'(event, instance) {
instance.$('.js-quick-switch, .switchSectionSeries').removeClass('hover');
instance.$('.quickSwitchWrapper').removeClass('overlay');
},
'click .studyTimepointStudy'(event, instance) {
instance.$('.switchSectionSeries').addClass('hover');
}
});