| Line 201... |
Line 201... |
| 201 |
xhttp.send("function=update&id="+id+"&artist="+encodeURIComponent(artist)+"&title="+encodeURIComponent(title)+"&barcode="+encodeURIComponent(barcode)+"&format="+encodeURIComponent(format)+"&price="+encodeURIComponent(price)+"&sessionTab=" + document.getElementById("sessionTab").value);
|
201 |
xhttp.send("function=update&id="+id+"&artist="+encodeURIComponent(artist)+"&title="+encodeURIComponent(title)+"&barcode="+encodeURIComponent(barcode)+"&format="+encodeURIComponent(format)+"&price="+encodeURIComponent(price)+"&sessionTab=" + document.getElementById("sessionTab").value);
|
| 202 |
}
|
202 |
}
|
| 203 |
|
203 |
|
| 204 |
// Pagination
|
204 |
// Pagination
|
| 205 |
function paginationSetup(){
|
205 |
function paginationSetup(){
|
| - |
|
206 |
$("[id^=masterModal]").modal("hide");
|
| 206 |
$('#discogsDeck').paginate({
|
207 |
$('#discogsDeck').paginate({
|
| 207 |
paginateElement: '.card',
|
208 |
paginateElement: '.card',
|
| 208 |
elementsPerPage: paginationPerPage(),
|
209 |
elementsPerPage: paginationPerPage(),
|
| 209 |
effect: 'default',
|
210 |
effect: 'default',
|
| 210 |
firstButtonText: '<i class="fas fa-angle-double-left"></i>',
|
211 |
firstButtonText: '<i class="fas fa-angle-double-left"></i>',
|