Skip to content
Snippets Groups Projects
Commit 2dce37a0 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix canned append in non-HTML mode

parent 12da45f9
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ $(document).ready(function(){
if (redactor)
redactor.insertHtml(canned.response);
else
box.val(canned.response);
box.val(box.val() + canned.response);
}
else {
if (redactor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment