From 67bf41627d523d6a5db71723af6423a77c97fd57 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 4 Nov 2016 17:08:46 +0100 Subject: [PATCH] comment out dead code so CI doesn't complain --- www/poll/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/poll/main.js b/www/poll/main.js index 6eb063487..ac238e36d 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -846,7 +846,7 @@ define([ // shortcircuiting before all of this code since it's not quite the // behaviour we want, and it's a bit of work to make it Do The Right Thing - +/* if (First) { // assume the first user to the poll wants to be the administrator... // TODO prompt them with questions to set up their poll... @@ -888,7 +888,7 @@ define([ // column might be defined, but that column might have been deleted... if (proxy.table.colsOrder.indexOf(column) === -1) { return void promptForName(); } - }); + });*/ }; var config = {