...
This commit is contained in:
parent
efc4d8df91
commit
a70cf0e508
@ -746,7 +746,7 @@
|
||||
}, false)
|
||||
|
||||
document.getElementById('jump-prev').addEventListener('click', function (e) {
|
||||
if (pageNum <= 0) return
|
||||
if (pageNum <= 1) return
|
||||
showTracks(pageNum - 1)
|
||||
}, false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user