mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 15:29:15 +00:00
first commit, basic html, js/css dependencies
This commit is contained in:
commit
546e19245f
109 changed files with 150158 additions and 0 deletions
3
js/script.js
Normal file
3
js/script.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
$(document).ready( function () {
|
||||
$('#masterTable').DataTable();
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue