mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 15:29:15 +00:00
csv files, html controls, js custom script
This commit is contained in:
parent
546e19245f
commit
33a7f153f0
74 changed files with 139 additions and 83968 deletions
16
js/script.js
16
js/script.js
|
@ -1,3 +1,17 @@
|
|||
$(document).ready( function () {
|
||||
$('#masterTable').DataTable();
|
||||
} );
|
||||
} );
|
||||
|
||||
function filterEntries() {
|
||||
|
||||
}
|
||||
|
||||
function addPercentages() {
|
||||
|
||||
}
|
||||
|
||||
function applyChanges() {
|
||||
filterEntries();
|
||||
addPercentages();
|
||||
alert('Done.')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue