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 9f8637b commit a56f058Copy full SHA for a56f058
multipage.md
@@ -155,7 +155,7 @@ function header() {
155
document.querySelectorAll('.pageButtons').forEach(e => e.classList.add('show')); } }
156
function buttons(id) {
157
// Adds the buttons where they are required
158
- var d = document.querySelector('#' + id + ' li');
+ var d = document.querySelector('#' + id + ' ol');
159
d.parentNode.appendChild(d); }
160
</script>
161
```
0 commit comments