diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-29 12:37:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-29 12:37:45 -0400 |
commit | e1d4bfe6716f409f0ab400f532e48db2dfc98cf1 (patch) | |
tree | b116b82881116ebe50a09453b0162a694f950104 | |
parent | ea05ba893c1e7f56e24115a2641cd517bb3560a5 (diff) |
typo; was waiting on the wrong notifier for the sidebar!
-rw-r--r-- | Assistant/Threads/WebApp.hs | 2 |
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}|] |