We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33b224 commit 6cd4ad6Copy full SHA for 6cd4ad6
assets/accordion.js
@@ -1,7 +1,7 @@
1
/**
2
* SimpleTOC load function.
3
*/
4
-const simpletocLoad = function() {
+const simpletocLoad = function () {
5
const buttons = document.querySelectorAll( 'button.simpletoc-collapsible' );
6
7
buttons.forEach( ( button ) => {
@@ -20,7 +20,7 @@ const simpletocLoad = function() {
20
: '0px';
21
} );
22
23
-}
+};
24
25
// Allow others to call function if needed.
26
window.simpletocLoad = simpletocLoad;
0 commit comments