diff --git a/app/View/Items/index.ctp b/app/View/Items/index.ctp index 344db3e..5190b5e 100644 --- a/app/View/Items/index.ctp +++ b/app/View/Items/index.ctp @@ -1,6 +1,48 @@ diff --git a/app/View/Layouts/default.ctp b/app/View/Layouts/default.ctp index 87b7695..73f538b 100644 --- a/app/View/Layouts/default.ctp +++ b/app/View/Layouts/default.ctp @@ -9,7 +9,8 @@ echo $this->Html->meta('icon'); echo $this->Html->script(array( '//code.jquery.com/jquery-1.10.2.min.js', - '//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js' + '//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js', + '//cdn.datatables.net/plug-ins/725b2a2115b/filtering/type-based/accent-neutralise.js' )); echo $this->Html->css(array( 'reset', 'styles',