diff --git a/SECURITY.md b/SECURITY.md index 450767d..5e31571 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,8 +2,7 @@ ## Reporting a Vulnerability -Please share privately the details of your security vulnerability by email to: -[Contact Info](support@notrinos.com) +Please share privately the details of your security vulnerability by email to: support@notrinos.com Or open an issue at [our forum](https://forums.notrinos.com/t/bugs-problems) Make sure to include as much information as possible, with the detailed steps to reproduce the problem, diff --git a/libraries/select.js b/libraries/select.js index b8fb8c9..d165a70 100644 --- a/libraries/select.js +++ b/libraries/select.js @@ -15,9 +15,10 @@ var loadSelect2 = { if((e.hasAttribute('multiple') === false) && $(e).hasClass('nosearch') === false) { $(e).select2({ dropdownAutoWidth : true, - // break a select option item into multi lines templateResult: function(item) { - var selectionText = item.text.split('\n'); + // replace(/'); $.each(selectionText, function(index, value){ line = value === undefined ? '' : value;