]> source.dussan.org Git - gitea.git/commit
Fix handling of logout event (#15323)
authorzeripath <art27@cantab.net>
Wed, 7 Apr 2021 23:48:13 +0000 (00:48 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 23:48:13 +0000 (02:48 +0300)
commit05b7e328297142c7ddb888339901524708472a3a
tree3b5c3fa059a850fd9b6156b8731ed22f549f488a
parent298d56fe8b1689933ef48133524b17c947b0c4da
Fix handling of logout event (#15323)

It appears that there is a slight bug in the handling of the data of logout event -
the javascript should be testing the data field of the data field for the logout
instruction.

Signed-off-by: Andrew Thornton <art27@cantab.net>
web_src/js/features/notification.js
web_src/js/features/stopwatch.js