Skip to content
Snippets Groups Projects
Commit bcd47638 authored by Nicoletta Maia's avatar Nicoletta Maia
Browse files

Canned response rendered using select2

parent 43bf186d
Branches
Tags
No related merge requests found
...@@ -193,6 +193,8 @@ var scp_prep = function() { ...@@ -193,6 +193,8 @@ var scp_prep = function() {
} }
}); });
$('form select#cannedResp').select2({width: '300px'});
$('form select#cannedResp').change(function() { $('form select#cannedResp').change(function() {
var fObj = $(this).closest('form'); var fObj = $(this).closest('form');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment