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

@ -129,7 +129,7 @@ view model =
, ( "disabled", not model.state.active )
]
, onClick PickFiles
, href ""
, href "#"
]
[ i [ class "folder open icon" ] []
, text "Select ..."