このコミットが含まれているのは:
2023-09-01 02:06:03 +09:00
コミット 26d78aab88
3個のファイルの変更4行の追加4行の削除
+1 -1
ファイルの表示
@@ -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