This commit is contained in:
2023-09-01 02:06:03 +09:00
parent d13588c24f
commit 26d78aab88
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -872,7 +872,7 @@ deletePostReally ()
{
const searchParams = new URLSearchParams (window.location.search);
window.location.href = `./delete.php?thread=${searchParams.get (
window.location.href = `./modules/delete.php?thread=${searchParams.get (
'thread')}&id=${delId.value}&pass=${delPass.value}`;
}
else