mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-28 01:51:23 +00:00
17 lines
No EOL
226 B
JavaScript
17 lines
No EOL
226 B
JavaScript
$(document).ready( function () {
|
|
$('#masterTable').DataTable();
|
|
} );
|
|
|
|
function filterEntries() {
|
|
|
|
}
|
|
|
|
function addPercentages() {
|
|
|
|
}
|
|
|
|
function applyChanges() {
|
|
filterEntries();
|
|
addPercentages();
|
|
alert('Done.')
|
|
} |