Skip to content

Commit 3f644a4

Browse files
committed
Added missing 'W' letter
1 parent 1fbb899 commit 3f644a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

js/dataTables.alphabetSearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! AlphabetSearch for DataTables v1.1.1
1+
/*! AlphabetSearch for DataTables v1.1.2
22
* 2014 SpryMedia Ltd - datatables.net/license
33
* Gyrocode - MIT License
44
*/
@@ -220,7 +220,7 @@ $.fn.dataTable.AlphabetSearch = function ( context ) {
220220
context.oLanguage.alphabetSearch =
221221
$.extend(
222222
{
223-
'alphabet': '#ABCDEFGHIJKLMNOPQRSTUVXYZ',
223+
'alphabet': '#ABCDEFGHIJKLMNOPQRSTUVWXYZ',
224224
'infoDisplay': 'Display',
225225
'infoAll': 'All'
226226
},

js/dataTables.alphabetSearch.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)