From e1d4bfe6716f409f0ab400f532e48db2dfc98cf1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 29 Jul 2012 12:37:45 -0400 Subject: [PATCH] typo; was waiting on the wrong notifier for the sidebar! --- Assistant/Threads/WebApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index 132aad22e8..3d42db8125 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}|]