diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 16:27:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-20 16:27:24 +0900 |
| commit | 3a39a36bedad75a134127823bbd12af2907ee24a (patch) | |
| tree | 21510c54b81148f470af8406ba6a450886836dd8 /src/web/app/common | |
| parent | wip (diff) | |
| download | misskey-3a39a36bedad75a134127823bbd12af2907ee24a.tar.gz misskey-3a39a36bedad75a134127823bbd12af2907ee24a.tar.bz2 misskey-3a39a36bedad75a134127823bbd12af2907ee24a.zip | |
wip
Diffstat (limited to 'src/web/app/common')
| -rw-r--r-- | src/web/app/common/tags/messaging/room.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/messaging/room.tag b/src/web/app/common/tags/messaging/room.tag index f8088470ea..8b1220e29a 100644 --- a/src/web/app/common/tags/messaging/room.tag +++ b/src/web/app/common/tags/messaging/room.tag @@ -226,7 +226,7 @@ , 4000ms }; - this.on-visibilitychange = () => { + this.onVisibilitychange = () => { if document.hidden then return @messages.forEach (message) => if message.user_id != this.I.id and not message.is_read |