提交 a290c92b 编写于 作者: C Clement Ho

Fix toggle for toggler_behavior

上级 6d0e5ed5
......@@ -20,7 +20,7 @@ $(() => {
$container
.find('.js-toggle-content')
.toggleClass('hidden', toggleState);
.toggle(toggleState);
}
$('body').on('click', '.js-toggle-button', function toggleButton(e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册