Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Remove datetime and datetime-local references.
Browse files Browse the repository at this point in the history
Fixes #375.
  • Loading branch information
XhmikosR committed Nov 21, 2017
1 parent 0fbb7b2 commit 16f427b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/bootlint.js
Original file line number Diff line number Diff line change
Expand Up @@ -1041,8 +1041,6 @@ var LocationIndex = _location.LocationIndex;
'tel',
'text',
'url',
'datetime',
'datetime-local',
'date',
'month',
'week',
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/form-control/valid.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<input type="tel" class="form-control">
<input type="text" class="form-control">
<input type="url" class="form-control">
<input type="datetime" class="form-control">
<input type="datetime-local" class="form-control">
<input type="date" class="form-control">
<input type="month" class="form-control">
<input type="week" class="form-control">
Expand Down

0 comments on commit 16f427b

Please sign in to comment.