Initial commit

This commit is contained in:
Wruczek
2016-06-28 23:18:59 +02:00
parent e321e10551
commit e49c2c27ad
390 changed files with 22561 additions and 0 deletions

8
js/bans.js Normal file
View File

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