FIX: Polls were broken server side
This commit is contained in:
parent
3d21805022
commit
ff4e60808a
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue