summaryrefslogtreecommitdiffstats
path: root/web/widget/table/row.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/widget/table/row.js')
-rw-r--r--web/widget/table/row.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/widget/table/row.js b/web/widget/table/row.js
index 23aadc3..717b4da 100644
--- a/web/widget/table/row.js
+++ b/web/widget/table/row.js
@@ -12,7 +12,7 @@ define(["acf2/widget/abstract/fields", "jquery"], function(Base, $) {
showHeading: false,
- appendWidget: function(el, label) {
+ appendWidget: function(el, label, description) {
if (!el.is("td")) return null;
if (this.previous) this.previous.after(el);
else {