From edfd80a66fc030ff4172880bc5edf8aeb5996159 Mon Sep 17 00:00:00 2001 From: Miosss Date: Wed, 9 Jul 2014 14:45:19 +0200 Subject: [PATCH 1/2] Colon possibly causing bugs in IE8 and earliers. --- integration/jqueryui/dataTables.jqueryui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/jqueryui/dataTables.jqueryui.js b/integration/jqueryui/dataTables.jqueryui.js index 1149fe8..56b3cec 100644 --- a/integration/jqueryui/dataTables.jqueryui.js +++ b/integration/jqueryui/dataTables.jqueryui.js @@ -40,7 +40,7 @@ $.extend( DataTable.ext.classes, { /* Misc */ "sHeaderTH": "ui-state-default", - "sFooterTH": "ui-state-default", + "sFooterTH": "ui-state-default" } ); From 0cce73da676d3bc5deb54684cc69f39b66225f9a Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 10 Jul 2014 14:25:38 -0300 Subject: [PATCH 2/2] Remove oLang propertiy Correcting syntax error that generated error. --- i18n/Portuguese-Brasil.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/Portuguese-Brasil.lang b/i18n/Portuguese-Brasil.lang index 5f30f86..1612d97 100644 --- a/i18n/Portuguese-Brasil.lang +++ b/i18n/Portuguese-Brasil.lang @@ -5,7 +5,7 @@ * @author Julio Cesar Viana Palma */ -"oLanguage": { +{ "sEmptyTable": "Nenhum registro encontrado", "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros", "sInfoEmpty": "Mostrando 0 até 0 de 0 registros",