updated alert template mapping to own table

This commit is contained in:
laf
2015-06-15 11:13:19 +01:00
parent 1b7bbf8604
commit 6813c1face
5 changed files with 23 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ $('#alert-template-attach').click('', function(event) {
$('#rules_list :selected').each(function(i, selectedElement) {
items.push($(selectedElement).val());
});
var rules = items.join(', ');
var rules = items.join(',');
$.ajax({
type: 'POST',
url: '/ajax_form.php',