Initial commit
This commit is contained in:
3
static/js/faq_toggle.js
Normal file
3
static/js/faq_toggle.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function toggleFaq(btn) {
|
||||
btn.parentElement.classList.toggle('open');
|
||||
}
|
||||
Reference in New Issue
Block a user