summaryrefslogtreecommitdiff
path: root/Assistant/Threads/WebApp.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-29 12:37:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-29 12:37:45 -0400
commite1d4bfe6716f409f0ab400f532e48db2dfc98cf1 (patch)
treeb116b82881116ebe50a09453b0162a694f950104 /Assistant/Threads/WebApp.hs
parentea05ba893c1e7f56e24115a2641cd517bb3560a5 (diff)
typo; was waiting on the wrong notifier for the sidebar!
Diffstat (limited to 'Assistant/Threads/WebApp.hs')
-rw-r--r--Assistant/Threads/WebApp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index 132aad22e..3d42db812 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -204,7 +204,7 @@ sideBarDisplay noScript = do
-}
getSideBarR :: NotificationId -> Handler RepHtml
getSideBarR nid = do
- waitNotifier transferNotifier nid
+ waitNotifier alertNotifier nid
page <- widgetToPageContent $ sideBarDisplay True
hamletToRepHtml $ [hamlet|^{pageBody page}|]