Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Do not include the datetimepicker when tabbing or when using a screen…
Browse files Browse the repository at this point in the history
…reader
  • Loading branch information
Denis Krienbühl committed Mar 16, 2016
1 parent 2046bec commit abb4958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onegov/town/assets/js/datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (!Modernizr.inputtypes.date) {
}

// inject a button with which to launch the datetime picker
var button = $('<a href="#" class="button secondary postfix datetimepicker"><i class="fa fa-calendar"></i></a>');
var button = $('<a href="#" role="presentation" tabindex="-1" class="button secondary postfix datetimepicker"><i class="fa fa-calendar"></i></a>');
var grid = $([
'<div class="row collapse">',
'<div class="' + large_column + ' columns"></div>',
Expand Down

0 comments on commit abb4958

Please sign in to comment.