From 2351d8a23e304895f3cb08e41434d9ad1b149e8d Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 22 Jul 2016 16:00:33 +0200 Subject: [PATCH] make tests green again --- www/poll/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);