From a70cf0e5081067942b281207388682528efa4043 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Thu, 19 Dec 2019 11:24:13 +0200 Subject: [PATCH] ... --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index 6156b0e..404d83b 100644 --- a/public/index.js +++ b/public/index.js @@ -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)