mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 05:16:39 +08:00
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…
x
Reference in New Issue
Block a user