diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-17 03:48:28 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-17 03:48:28 +0100 |
commit | 60245c4f90f60dc7af79165cf074a4df57a02558 (patch) | |
tree | 0ceb74ee15def532e833d7f87c2052e13af7713b /webclient/index.html | |
parent | unbreak login sequence (which spuriously required a sydent server to be speci... (diff) | |
download | synapse-60245c4f90f60dc7af79165cf074a4df57a02558.tar.xz |
implement html5 notifications. (have to be explicitly requested under Config)
Diffstat (limited to 'webclient/index.html')
-rw-r--r-- | webclient/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html index ee77dd2faa..455eff4a13 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -39,6 +39,8 @@ <div>Home server: {{ config.homeserver }} </div> <div>User ID: {{ config.user_id }} </div> <div>Access token: {{ config.access_token }} </div> + <div><button ng-click="requestNotifications()">Request notifications</button></div> + <div><button ng-click="closeConfig()">Close</button></div> </div> |