Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 9996239

Browse files
author
github-actions
committed
Create Sitemap
1 parent 4d42c93 commit 9996239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layout/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ var layout_main = function () {
227227
requestAnimationFrame(ms_animation);
228228
return result;
229229
};
230-
document.body.append(generate_mousestalker());
230+
// document.body.append(generate_mousestalker());
231+
// 2024-12-19から無効化
231232
};
232233
rendering();
233234
var client = function () {

0 commit comments

Comments
 (0)