typo; was waiting on the wrong notifier for the sidebar!
This commit is contained in:
parent
ea05ba893c
commit
e1d4bfe671
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ sideBarDisplay noScript = do
|
||||||
-}
|
-}
|
||||||
getSideBarR :: NotificationId -> Handler RepHtml
|
getSideBarR :: NotificationId -> Handler RepHtml
|
||||||
getSideBarR nid = do
|
getSideBarR nid = do
|
||||||
waitNotifier transferNotifier nid
|
waitNotifier alertNotifier nid
|
||||||
|
|
||||||
page <- widgetToPageContent $ sideBarDisplay True
|
page <- widgetToPageContent $ sideBarDisplay True
|
||||||
hamletToRepHtml $ [hamlet|^{pageBody page}|]
|
hamletToRepHtml $ [hamlet|^{pageBody page}|]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue