diff --git a/bower.json b/bower.json index b659e30..f9c6173 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "title": "jQuery Accessible Accordion system, using ARIA", "name": "jquery-accessible-accordion-aria", - "version": "2.6.0", + "version": "2.6.1", "main": "index.js", "description": "This jQuery plugin will provide you an accessible Accordion System, using ARIA", "author": [ diff --git a/index.js b/index.js index cf0e51f..57bb93d 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ /* * jQuery Accessible Accordion system, using ARIA - * @version v2.5.2 + * @version v2.6.1 * Website: https://a11y.nicolas-hoffmann.net/accordion/ * License MIT: https://github.com/nico3333fr/jquery-accessible-accordion-aria/blob/master/LICENSE */ @@ -107,8 +107,6 @@ this.$wrapper.on('click', this.options.buttonsSelector, $.proxy(this.clickButtonEventHandler, this)); this.$wrapper.on('keydown', this.options.buttonsSelector, $.proxy(this.keydownButtonEventHandler, this)); - - this.$wrapper.on('keydown', this.options.panelsSelector, $.proxy(this.keydownPanelEventHandler, this)); }; Accordion.prototype.focusButtonEventHandler = function(e) { diff --git a/package.json b/package.json index 13eb86a..fc37b31 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "title": "jQuery Accessible Accordion system, using ARIA", "name": "jquery-accessible-accordion-aria", "description": "This jQuery plugin will provide you an accessible Accordion System, using ARIA", - "version": "2.6.0", + "version": "2.6.1", "main": "index.js", "homepage": "https://a11y.nicolas-hoffmann.net/accordion/", "bugs": {