mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed problem with preview command in 'Configure alert action'
This commit is contained in:
parent
1b34212fff
commit
e2130fe482
@ -12,6 +12,7 @@ function parse_alert_command (command, classs) {
|
||||
$('.' + classs).each(function() {
|
||||
// Only render values different from ''
|
||||
if ($(this).val() == '') {
|
||||
nfield++;
|
||||
return;
|
||||
}
|
||||
var field = '_field' + nfield + '_';
|
||||
|
Loading…
x
Reference in New Issue
Block a user