typo; was waiting on the wrong notifier for the sidebar!

This commit is contained in:
Joey Hess 2012-07-29 12:37:45 -04:00
parent ea05ba893c
commit e1d4bfe671

View file

@ -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}|]