diff --git a/www/poll/main.js b/www/poll/main.js index 6f0511881..b8471017e 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -173,7 +173,7 @@ define([ }).text('✖').click(function () { removeColumn(proxy, id); table.removeColumn(id); - })) + })); proxy.table.cols[id] = value || ""; addIfAbsent(proxy.table.colsOrder, id);