From c35c7cda207f4b286016cc89e1a6080240b19c7e Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 13 Sep 2016 16:02:38 +0200 Subject: [PATCH] hide wizard after computing results --- 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 c8f50f9e1..d8f028415 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -427,7 +427,7 @@ define([ var id = rowuid(); makeOption(proxy, id, text).val(text); }); - //console.log(options); + Wizard.hide(); }); });