This commit is contained in:
Ross
2024-10-08 11:38:26 +01:00
parent fc6b2027c3
commit 955ec6831a
+1 -1
View File
@@ -44,7 +44,7 @@ There are {{ questions|length }} question sets.
Diff2
</button>
<button class="btn btn-sm" type="button"
_="on click set q to the innerHTML of the previous <pre/> then log q then set el to `<li class='sidebar-item'>${q}</li>` then log el then put el at end of #sidebar-list then
_="on click set q to the innerHTML of the previous <pre/> then log q then set el to `<li class='sidebar-item'><pre>${q}</pre></li>` then log el then put el at end of #sidebar-list then
js
new bootstrap.Offcanvas(document.getElementById('offcanvasExample')).show();
end