forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2024-01-31 01:40:58 +02:00
parent eaff4f61e2
commit 0be69612d1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if (fake_textarea) {
//POST NAVIGATION
const post_ids = localStorage.getItem("post_ids").split(', ');
const post_ids = sessionStorage.getItem("post_ids").split(', ');
const current_index = post_ids.indexOf(`'${location.href}'`)
if (current_index > -1) {
const id_after = post_ids[current_index+1]