mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2025-04-13 15:27:16 +03:00
Allow specifying 0 in the page selection dialog
This commit is contained in:
parent
4ca33c3b57
commit
6d1d95defb
@ -202,7 +202,7 @@ var STATE = (function(){
|
||||
case "pick":
|
||||
var page = parseInt(prompt("Select page:", currentPage), 10);
|
||||
|
||||
if (!page){
|
||||
if (!page && page !== 0){
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user