official-stockfish/fishtest

Prev pagination button removes additional url parameters

Opened this issue · 0 comments

success_only=1 removed
image

ltc_only=1 removed
image

"idx": "Prev",
"url": "?page={}".format(page_idx),


The Next button works fine
image

"idx": "Next",
"url": "?page={}".format(page_idx + 2) + query_params,