liquid_feedback_frontend

changeset 1749:c723f01a092f

Fixed mdl class name
author bsw
date Mon Oct 11 10:58:53 2021 +0200 (2021-10-11)
parents 8d7c4d542c3d
children d15767492064
files app/main/survey/participate.lua
line diff
     1.1 --- a/app/main/survey/participate.lua	Mon Oct 11 10:55:14 2021 +0200
     1.2 +++ b/app/main/survey/participate.lua	Mon Oct 11 10:58:53 2021 +0200
     1.3 @@ -103,7 +103,7 @@
     1.4                            tag = "input",
     1.5                            attr = {
     1.6                              id = "answer_" .. i,
     1.7 -                            class = "mdl-checkbox__button",
     1.8 +                            class = "mdl-checkbox__input",
     1.9                              type = "checkbox",
    1.10                              name = "answer_" .. answer_option,
    1.11                              value = "1",

Impressum / About Us