fix: mod panel secondary role builder
This commit is contained in:
parent
65e5d5f4e9
commit
e72ccf9139
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@
|
|||
(text "{{ text \"mod_panel:label.permissions_level_builder\" }}")))
|
||||
(button
|
||||
("class" "small lowered")
|
||||
("onclick" "update_user_secondary_role(Number.parseInt(document.getElementById('role').value))")
|
||||
("onclick" "update_user_secondary_role(Number.parseInt(document.getElementById('secondary_role').value))")
|
||||
(text "{{ icon \"check\" }}")
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue