| Line 32... |
Line 32... |
| 32 |
}
|
32 |
}
|
| 33 |
});
|
33 |
});
|
| 34 |
|
34 |
|
| 35 |
|
35 |
|
| 36 |
function tableFilterButtons() {
|
36 |
function tableFilterButtons() {
|
| 37 |
$(".filterButton,.filterButtonSmall").click(function() {
|
37 |
$(".filterButton").click(function() {
|
| 38 |
$.post("filterTable.php", {
|
38 |
$.post("filterTable.php", {
|
| 39 |
submit: $(this).attr("value"),
|
39 |
submit: $(this).attr("value"),
|
| 40 |
sessionTab: document.getElementById("sessionTab").value,
|
40 |
sessionTab: document.getElementById("sessionTab").value,
|
| 41 |
nonce: document.getElementById("nonce").value
|
41 |
nonce: document.getElementById("nonce").value
|
| 42 |
},
|
42 |
},
|
| Line 342... |
Line 342... |
| 342 |
effect: 'default',
|
342 |
effect: 'default',
|
| 343 |
firstButtonText: '<i class="material-icons material-text">first_page</i>',
|
343 |
firstButtonText: '<i class="material-icons material-text">first_page</i>',
|
| 344 |
lastButtonText: '<i class="material-icons material-text">last_page</i>',
|
344 |
lastButtonText: '<i class="material-icons material-text">last_page</i>',
|
| 345 |
prevButtonText: '<i class="material-icons material-text">navigate_before</i>',
|
345 |
prevButtonText: '<i class="material-icons material-text">navigate_before</i>',
|
| 346 |
nextButtonText: '<i class="material-icons material-text">navigate_next</i>',
|
346 |
nextButtonText: '<i class="material-icons material-text">navigate_next</i>',
|
| 347 |
extraButtonClasses: 'btn bg-primary px-2 shadow-sm',
|
347 |
extraButtonClasses: 'btn bg-info px-2 shadow-sm',
|
| 348 |
functionOnNav: function () { tooltipSetup(); if (typeof addDiscogsEvents === "function") { addDiscogsEvents();} }
|
348 |
functionOnNav: function () { tooltipSetup(); if (typeof addDiscogsEvents === "function") { addDiscogsEvents();} }
|
| 349 |
});
|
349 |
});
|
| 350 |
tooltipSetup();
|
350 |
tooltipSetup();
|
| 351 |
if (typeof addDiscogsEvents === "function") {
|
351 |
if (typeof addDiscogsEvents === "function") {
|
| 352 |
addDiscogsEvents();
|
352 |
addDiscogsEvents();
|