「飲食店検索」の版間の差分
提供: 川西図鑑
その他の操作
編集の要約なし |
編集の要約なし |
||
| 618行目: | 618行目: | ||
if (pagination) pagination.style.display = 'none'; | if (pagination) pagination.style.display = 'none'; | ||
return; | return; | ||
} | |||
if (page > lastPage) { | |||
fullurl.searchParams.set('page', lastPage); | |||
location.replace(fullurl.toString()); | |||
} | |||
if (page < 1) { | |||
fullurl.searchParams.set('page', 1); | |||
location.replace(fullurl.toString()); | |||
} | } | ||