diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-30 22:28:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-30 22:28:51 -0400 |
commit | 58496c18d9c37329d36f1c8dc96af55345a19582 (patch) | |
tree | b3caac0468baccdffb0c730bed0794de2e45f894 | |
parent | 0b156468edac8e0b146f23c98a0d2366d20d5df2 (diff) |
done
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index ebf168996..d1eedcb32 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -35,6 +35,3 @@ The webapp is a web server that displays a shiny interface. and use a client-side session. It could be encrypted using the token as the `encryptKey`. Note: Would need to set the session duration to infinite (how?) -* 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. |