mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-06 03:17:05 +00:00
ui: Eliminate javascript:void, closes #130
This commit is contained in:
@@ -573,7 +573,7 @@ messageBody message bodyMode =
|
||||
a
|
||||
[ classList [ ( "active", bodyMode == mode ) ]
|
||||
, onClick (MessageBody mode)
|
||||
, href "javacript:void(0)"
|
||||
, href "#"
|
||||
]
|
||||
[ text label ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user