aboutsummaryrefslogtreecommitdiff
path: root/static/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/script.js')
-rw-r--r--static/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/script.js b/static/script.js
index cb914e54..f99c4ef2 100644
--- a/static/script.js
+++ b/static/script.js
@@ -185,7 +185,7 @@ function update_current_time_bar () {
bar_object.parentNode.removeChild(bar_object)
} else {
bar_object = document.createElement("div")
- bar_object.className = "event current-time"
+ bar_object.className = "eventlike current-time"
bar_object.id = "bar"
}