diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-31 01:24:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-31 01:24:49 -0400 |
commit | 5fed026bcdaa0724acd2640193e341bb8358980b (patch) | |
tree | 97463af6af63042458adbc71f1253fc0fe9bc027 /Assistant/WebApp/Notifications.hs | |
parent | 58dfa3fa5b1b8be6f344e9ef5bfb3adda11069ab (diff) |
reorg templates
Diffstat (limited to 'Assistant/WebApp/Notifications.hs')
-rw-r--r-- | Assistant/WebApp/Notifications.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/WebApp/Notifications.hs b/Assistant/WebApp/Notifications.hs index 1e7c0176a..3aa56424a 100644 --- a/Assistant/WebApp/Notifications.hs +++ b/Assistant/WebApp/Notifications.hs @@ -34,7 +34,7 @@ autoUpdate ident geturl ms_delay ms_startdelay = do let delay = show ms_delay let startdelay = show ms_startdelay addScript $ StaticR longpolling_js - $(widgetFile "longpolling") + $(widgetFile "notifications/longpolling") {- Notifier urls are requested by the javascript, to avoid allocation - of NotificationIds when noscript pages are loaded. This constructs a |