diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index f40b53440..6a6649362 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -1,5 +1,10 @@ ## RELEASE NOTES +### Version 0.6.4 - Oct 16, 2013 + +**Fixes** +- Fixes issue where browser default action, like link clicking, was prevented on dropdown item click + ### Version 0.6.3 - Oct 15, 2013 **Deprecation** diff --git a/src/modules/dropdown.js b/src/modules/dropdown.js index a71887e13..f7c138262 100755 --- a/src/modules/dropdown.js +++ b/src/modules/dropdown.js @@ -222,7 +222,6 @@ $.fn.dropdown = function(parameters) { if( $choice.find(selector.menu).size() === 0 ) { module.determine.selectAction(text, value); $.proxy(settings.onChange, element)(value, text); - event.preventDefault(); } }