# HG changeset patch # User bsw # Date 1634284662 -7200 # Node ID 7df91db759ce1bbff2aa6aeffd57295321ae5fd4 # Parent cb2fc0c24e35125c7c718aa412134443b6b90439 Removed invalid href from javascript button diff -r cb2fc0c24e35 -r 7df91db759ce app/main/initiative/_suggestions.lua --- a/app/main/initiative/_suggestions.lua Wed Oct 13 17:22:48 2021 +0200 +++ b/app/main/initiative/_suggestions.lua Fri Oct 15 09:57:42 2021 +0200 @@ -305,7 +305,8 @@ end end } - ui.link{ + ui.tag{ + tag = "a", attr = { id = "s" .. suggestion.id .. "_rate_button", class = "mdl-button",