mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Accessibility: Levels are links
This commit is contained in:
parent
671c7fa4ca
commit
ee1a22d667
3 changed files with 16 additions and 15 deletions
|
@ -366,8 +366,8 @@ var SeriesView = BaseView.extend({
|
|||
className: 'seriesView box flex1 vertical',
|
||||
template: _.template($('#series-view').html()),
|
||||
events: {
|
||||
'click div.levelIcon': 'click',
|
||||
'mouseenter div.levelIcon': 'enterIcon'
|
||||
'click a.levelIcon': 'click',
|
||||
'mouseenter a.levelIcon': 'enterIcon'
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue