Commit a290c92b authored by Clement Ho's avatar Clement Ho

Fix toggle for toggler_behavior

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment