v 1.3.0 - i18n

This commit is contained in:
Wruczek
2016-07-25 16:14:04 +02:00
parent d084b8a1e2
commit b2aaff63a2
22 changed files with 278 additions and 88 deletions

View File

@@ -2,7 +2,7 @@ $(document).ready(function () {
$('#banlist').dataTable({
"order": [],
"language": {
"url": "//cdn.datatables.net/plug-ins/1.10.12/i18n/Polish.json"
"url": datatablesUrl
}
});
});