diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-08 17:07:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-08 17:07:38 -0400 |
commit | 09449792fa50686e2fb9af6c392b8644dddae5d6 (patch) | |
tree | 52c706411d5f4d8ec4e28081dacabf83353059bb /Assistant/WebApp | |
parent | 94fcd0cf59f94dd29ab171f0875bd25af65fd527 (diff) |
factor out onclick javascript
Diffstat (limited to 'Assistant/WebApp')
-rw-r--r-- | Assistant/WebApp/SideBar.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/WebApp/SideBar.hs b/Assistant/WebApp/SideBar.hs index 509c5fa2f..d44c75d43 100644 --- a/Assistant/WebApp/SideBar.hs +++ b/Assistant/WebApp/SideBar.hs @@ -53,7 +53,6 @@ sideBarDisplay = do addalert :: AlertId -> Bool -> Bool -> Text -> Maybe Text -> Text -> Maybe String -> Widget addalert i closable block divclass heading message icon = do let alertid = show i - let closealert = CloseAlert i $(widgetFile "sidebar/alert") {- Called by client to get a sidebar display. |