mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Polls were broken server side
This commit is contained in:
parent
3d21805022
commit
ff4e60808a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function setup(helper) {
|
|||
'span.info-text',
|
||||
'a.button.cast-votes',
|
||||
'a.button.toggle-results',
|
||||
'li[data-*'
|
||||
'li[data-*]'
|
||||
]);
|
||||
|
||||
helper.replaceBlock({
|
||||
|
|
Loading…
Reference in a new issue