1
0
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:
James Hillyerd
2018-11-23 17:26:09 -08:00
parent 6215ce77dd
commit ce59c87250
2 changed files with 11 additions and 2 deletions

View File

@@ -573,7 +573,7 @@ messageBody message bodyMode =
a
[ classList [ ( "active", bodyMode == mode ) ]
, onClick (MessageBody mode)
, href "javacript:void(0)"
, href "#"
]
[ text label ]