diff options
Diffstat (limited to 'install/static/search.js')
-rw-r--r-- | install/static/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/search.js b/install/static/search.js index e79a534a..f267c701 100644 --- a/install/static/search.js +++ b/install/static/search.js @@ -211,7 +211,7 @@ function ipa_search_widget(spec) { var result = data.result.result; for (var i = 0; i<result.length; i++) { var record = that.get_record(result[i], 0); - that.add_row(record); + that.add_record(record); } var summary = $('span[name=summary]', that.tfoot); |