[-] FO : Fix html entities in order messages and threads

This commit is contained in:
Gregory Roussac
2012-12-27 12:23:10 +01:00
parent 83cceb1ac7
commit dbb8a9f2e0
6 changed files with 56 additions and 6 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ function updateOrderLineDisplay(domCheckbox)
function sendOrderMessage()
{
paramString = "ajax=true";
$('#sendOrderMessage').find('input, textarea').each(function(){
$('#sendOrderMessage').find('input, textarea, select').each(function(){
paramString += '&' + $(this).attr('name') + '=' + encodeURIComponent($(this).val());
});