diff options
author | sy <sy> | 2024-07-03 16:14:31 -0400 |
---|---|---|
committer | sy <sy> | 2024-07-03 16:14:31 -0400 |
commit | ab932e985ff2e7d7dbd6cc87e10d639aa85f33a8 (patch) | |
tree | b276c4d55efff8472e911fddac39287e9e74791a /static | |
parent | 5d61c0943e8a830acf055061672cb4c42250260b (diff) |
fix
Diffstat (limited to 'static')
-rw-r--r-- | static/aseem.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/aseem.js b/static/aseem.js index 1b4f0b7..4f7735a 100644 --- a/static/aseem.js +++ b/static/aseem.js @@ -48,6 +48,8 @@ function rotate(text) { return text.substring(1) + text[0]; } +document.getElementsByTagName('audio')[0].play() + var titleText = document.title + ' ' // buffer setInterval(function() { randomlySetColor(); |