summaryrefslogtreecommitdiffstats
path: root/install/static/rule.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/rule.js')
-rwxr-xr-xinstall/static/rule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/rule.js b/install/static/rule.js
index 0fc918357..b73fb56a7 100755
--- a/install/static/rule.js
+++ b/install/static/rule.js
@@ -160,7 +160,7 @@ function ipa_rule_association_widget(spec) {
for (var i=0; values && i<values.length; i++) {
var record = {};
record[that.name] = values[i];
- that.add_row(record);
+ that.add_record(record);
}
};