Fixed problem with preview command in 'Configure alert action'

This commit is contained in:
m-lopez-f 2015-01-20 12:11:01 +01:00
parent 1b34212fff
commit e2130fe482

View File

@ -12,6 +12,7 @@ function parse_alert_command (command, classs) {
$('.' + classs).each(function() { $('.' + classs).each(function() {
// Only render values different from '' // Only render values different from ''
if ($(this).val() == '') { if ($(this).val() == '') {
nfield++;
return; return;
} }
var field = '_field' + nfield + '_'; var field = '_field' + nfield + '_';