m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/template.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template.html.erb b/src/template.html.erb
index c4270c8..405ea7b 100644
--- a/src/template.html.erb
+++ b/src/template.html.erb
@@ -33,7 +33,6 @@
]
var blog = document.getElementById('blog')
blog.addEventListener('mouseenter', function (event) {
-
blog.innerHTML =
synonyms[Math.floor(Math.random() * synonyms.length)]
})