diff options
-rwxr-xr-x | install/static/rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/rule.js b/install/static/rule.js index 58ad3b80b..5abb08a99 100755 --- a/install/static/rule.js +++ b/install/static/rule.js @@ -70,7 +70,7 @@ function ipa_rule_details_section(spec){ span.append('<br/>'); } - for (var j=0; i<that.tables.length; i++) { + for (var j=0; j<that.tables.length; j++) { var table = that.tables[j]; param_info = ipa_get_param_info(that.entity_name, table.field_name); |