aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 5417dcc..7e3b489 100644
--- a/index.html
+++ b/index.html
@@ -36,8 +36,10 @@
timer.ports.ringingTimers.subscribe(function(isRinging) {
if(isRinging) {
+ document.title = "~\\ Timer /~";
sound.play();
} else {
+ document.title = "Timer";
sound.pause();
sound.currentTime = 0;
}