From 3eeb09a06d2e203ba0bdfb6c4df2a294f151a19e Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 31 Jan 2014 13:24:50 +0000 Subject: [PATCH] Dev fix: Add `ai` to the list of Hungarian comapt options --- .datatables-commit-sync | 2 +- media/js/jquery.dataTables.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 726687ff..13451198 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -c2ea3fed769ec5de9a9ef9d8b26c0cdf71619fb1 +7fbc79e70c9c07598dc03ad46053a081165e9463 diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 40237564..3f582315 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -272,7 +272,7 @@ function _fnHungarianMap ( o ) { var - hungarian = 'a aa ao as b fn i m o s ', + hungarian = 'a aa ai ao as b fn i m o s ', match, newKey, map = {};