diff --git a/cps/static/js/table.js b/cps/static/js/table.js index 9be7e632..77045db3 100644 --- a/cps/static/js/table.js +++ b/cps/static/js/table.js @@ -124,7 +124,7 @@ $(function() { if (field === 3) { $.ajax ({ type: "Post", - data: "id=" + row.id + "&type=" + row.type + "&Element=" + row.Element, + data: "id=" + row.id + "&type=" + row.type + "&Element=" + encodeURIComponent(row.Element), url: path + "/../../ajax/deleterestriction/" + type, async: true, timeout: 900,