liquid_feedback_frontend
diff app/main/initiative/_suggestions.lua @ 1761:7df91db759ce
Removed invalid href from javascript button
| author | bsw |
|---|---|
| date | Fri Oct 15 09:57:42 2021 +0200 (2021-10-15) |
| parents | ae45894bbf08 |
| children | 048d6bae2855 |
line diff
1.1 --- a/app/main/initiative/_suggestions.lua Wed Oct 13 17:22:48 2021 +0200 1.2 +++ b/app/main/initiative/_suggestions.lua Fri Oct 15 09:57:42 2021 +0200 1.3 @@ -305,7 +305,8 @@ 1.4 end 1.5 end } 1.6 1.7 - ui.link{ 1.8 + ui.tag{ 1.9 + tag = "a", 1.10 attr = { 1.11 id = "s" .. suggestion.id .. "_rate_button", 1.12 class = "mdl-button",