Replace empty hrefs with a href #

This commit is contained in:
Eike Kettner
2020-12-17 21:15:33 +01:00
parent c9d4e8ec46
commit 69f57d1eb1
18 changed files with 35 additions and 35 deletions

View File

@ -389,11 +389,11 @@ viewForm flags settings model =
, button [ class "ui primary button", type_ "submit" ]
[ text "Submit"
]
, a [ class "ui secondary button", onClick SetTableView, href "" ]
, a [ class "ui secondary button", onClick SetTableView, href "#" ]
[ text "Cancel"
]
, if not newSource then
a [ class "ui right floated red button", href "", onClick RequestDelete ]
a [ class "ui right floated red button", href "#", onClick RequestDelete ]
[ text "Delete" ]
else