2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-11 21:04:42 +08:00

FIX: Also support just open

This commit is contained in:
Robin Ward 2016-07-20 13:30:36 -04:00
parent e341596536
commit 16383a1749
3 changed files with 10 additions and 2 deletions

View file

@ -25,7 +25,7 @@ export function setup(helper) {
'summary',
'summary[title]',
'details',
'details[open=open]',
'details[open]',
'details.elided'
]);