diff --git a/www/poll/main.js b/www/poll/main.js index 2573a4f05..2f182e7de 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -262,8 +262,7 @@ define([ Render.updateTable(table, displayedObj2, conf); updateDisplayedTable(); setFocus(f); - if (typeof(cb) === "function") - { + if (typeof(cb) === "function") { cb(); } };