FIX: Poll requires logged in user to log in again
FIX: Open/Closing the poll wasn't updating the UI REFACTOR: ES6 FTW
This commit is contained in:
@@ -4,6 +4,6 @@ Discourse.Dialect.inlineBetween({
|
||||
rawContents: true,
|
||||
emitter: function(contents) {
|
||||
var list = Discourse.Dialect.cook(contents, {});
|
||||
return ['div', {class: 'poll-ui'}, list];
|
||||
return ['div', { class: 'poll-ui' }, list];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user