summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsy <sy>2024-07-03 16:14:31 -0400
committersy <sy>2024-07-03 16:14:31 -0400
commitab932e985ff2e7d7dbd6cc87e10d639aa85f33a8 (patch)
treeb276c4d55efff8472e911fddac39287e9e74791a
parent5d61c0943e8a830acf055061672cb4c42250260b (diff)
fix
-rw-r--r--static/aseem.js2
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();