FIX: Polls were broken server side

This commit is contained in:
Robin Ward 2016-07-05 12:03:54 -04:00
parent 3d21805022
commit ff4e60808a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export function setup(helper) {
'span.info-text', 'span.info-text',
'a.button.cast-votes', 'a.button.cast-votes',
'a.button.toggle-results', 'a.button.toggle-results',
'li[data-*' 'li[data-*]'
]); ]);
helper.replaceBlock({ helper.replaceBlock({