aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Threads
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-29 19:41:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-29 19:41:17 -0400
commit0186f06744e6c379d41c482f42374853bd3c5539 (patch)
treee6704263298730a27943448a0e4106b97c1ebe92 /Assistant/Threads
parentd62b157194248402b566e96bbc92d19b8e1ce6e8 (diff)
tweak Alert closability and construction
Diffstat (limited to 'Assistant/Threads')
-rw-r--r--Assistant/Threads/WebApp.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index 4d37a941a..84b9bcd20 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -177,8 +177,7 @@ sideBarDisplay noScript = do
renderalert (alertid, alert) = addalert
(show alertid)
- -- Activity alerts auto-close
- (alertClass alert /= Activity)
+ (alertClosable alert)
(alertBlockDisplay alert)
(bootstrapclass $ alertClass alert)
(alertHeader alert)