Skip to content
Snippets Groups Projects
Unverified Commit 2d0218d7 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4311 from nicoletta-maia/develop-frequest_canned_resp_select2

Feature: canned response rendered using select2
parents a24c8844 bcd47638
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment