We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d22dcf commit aa4976dCopy full SHA for aa4976d
src/index.coffee
@@ -331,7 +331,8 @@ $ document
331
timeUntil = (time - (weekday * MINUTES_PER_DAY + minutes)) %% MINUTES_PER_WEEK
332
title = "#{displayDuration timeUntil} until #{meeting.name} #{type}s · uxdy"
333
if title isnt lastTitle
334
- document.title = lastTitle = title
+ document.title = if timeUntil < 5 * 60 then title else 'uxdy,'
335
+ lastTitle = title
336
$ '#status'
337
.text title
338
if Notification.permission is 'granted'
0 commit comments