diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-30 18:19:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-30 18:19:17 -0400 |
commit | e3c60b8f4cfbad202a28ec4f1452f74c68397361 (patch) | |
tree | f34c3ed83538770dcb94aa7a4a2034506605f324 /doc/design/assistant/webapp.mdwn | |
parent | 502bc5d5f84a26bfd2ca700d8f90d78a81c7b1ac (diff) | |
parent | 999d337f9cbbb2bc16a25532c66b525d7064b95d (diff) |
Merge branch 'master' into assistant-longpolling-rewrite
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index ebf168996..da8de8132 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -38,3 +38,5 @@ The webapp is a web server that displays a shiny interface. * Fix notification handle leakage on pages other than the main page. The javascript should use AJAX to request handles, that way they won't be allocated at all in noscript. +* Hook up notificaton close button to a callback that removes the notification + from the list. Otherwise reloading brings them back. |