diff options
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r-- | interfaces-update-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp index ced2d86..d205c03 100644 --- a/interfaces-update-html.lsp +++ b/interfaces-update-html.lsp @@ -154,7 +154,7 @@ io.write("</span>") <h1><%= form.label %><% if page_info.action == "update" then io.write(" - "..form.value.name.value) end %></h1> <% if page_info.action == "update" then - form.value.name.contenteditable = false + form.value.name.readonly = true end local order = {"name", "comment", "auto", "family", "method", "pre-up", "up", "down", "post-down"} displayform(form, order) |