diff options
-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(); |