Loading htdocs/js/select2/README.Mahara +1 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,4 @@ Changes: * Keep focus position when loading more elements with infinite scrolling * Add label to "Remove tag" button * Make "Remove tag" button work with the keyboard * Adding the 'aria-hidden="true"' to presentation icons No newline at end of file htdocs/js/select2/select2.full.js +2 −2 Original line number Diff line number Diff line Loading @@ -1480,8 +1480,8 @@ S2.define('select2/selection/single',[ $selection.html( '<span class="select2-selection__rendered"></span>' + '<span class="select2-selection__arrow" role="presentation">' + '<b role="presentation"></b>' + '<span class="select2-selection__arrow" role="presentation" aria-hidden="true">' + '<b role="presentation" aria-hidden="true"></b>' + '</span>' ); Loading htdocs/js/select2/select2.js +3 −3 Original line number Diff line number Diff line Loading @@ -1464,8 +1464,8 @@ S2.define('select2/selection/single',[ $selection.html( '<span class="select2-selection__rendered"></span>' + '<span class="select2-selection__arrow" role="presentation">' + '<b role="presentation"></b>' + '<span class="select2-selection__arrow" role="presentation" aria-hidden="true">' + '<b role="presentation" aria-hidden="true"></b>' + '</span>' ); Loading Loading @@ -1609,7 +1609,7 @@ S2.define('select2/selection/multiple',[ MultipleSelection.prototype.selectionContainer = function () { var $container = $( '<li class="select2-selection__choice">' + '<span class="select2-selection__choice__remove" role="presentation">' + '<span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">' + '×' + '</span>' + '</li>' Loading Loading
htdocs/js/select2/README.Mahara +1 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,4 @@ Changes: * Keep focus position when loading more elements with infinite scrolling * Add label to "Remove tag" button * Make "Remove tag" button work with the keyboard * Adding the 'aria-hidden="true"' to presentation icons No newline at end of file
htdocs/js/select2/select2.full.js +2 −2 Original line number Diff line number Diff line Loading @@ -1480,8 +1480,8 @@ S2.define('select2/selection/single',[ $selection.html( '<span class="select2-selection__rendered"></span>' + '<span class="select2-selection__arrow" role="presentation">' + '<b role="presentation"></b>' + '<span class="select2-selection__arrow" role="presentation" aria-hidden="true">' + '<b role="presentation" aria-hidden="true"></b>' + '</span>' ); Loading
htdocs/js/select2/select2.js +3 −3 Original line number Diff line number Diff line Loading @@ -1464,8 +1464,8 @@ S2.define('select2/selection/single',[ $selection.html( '<span class="select2-selection__rendered"></span>' + '<span class="select2-selection__arrow" role="presentation">' + '<b role="presentation"></b>' + '<span class="select2-selection__arrow" role="presentation" aria-hidden="true">' + '<b role="presentation" aria-hidden="true"></b>' + '</span>' ); Loading Loading @@ -1609,7 +1609,7 @@ S2.define('select2/selection/multiple',[ MultipleSelection.prototype.selectionContainer = function () { var $container = $( '<li class="select2-selection__choice">' + '<span class="select2-selection__choice__remove" role="presentation">' + '<span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">' + '×' + '</span>' + '</li>' Loading