Skip to content
Snippets Groups Projects
Commit e7e8e5b2 authored by Bady's avatar Bady
Browse files

Set maximum length of knowledge input

parent 4c225dbb
Branches
1 merge request!3Papercut improvements
......@@ -459,7 +459,7 @@
</svg>
<form id="knowledge-form">
<input type="text" id="knowledge-input">
<input type="text" id="knowledge-input" maxlength="50">
<input type="submit" value="Submit" onclick="event.preventDefault(); addKnowledgeItem();">
</form>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment