1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Rename examples CSS/JS files for consistency

This commit is contained in:
Julien Déramond
2022-10-06 11:06:33 +02:00
committed by Mark Otto
parent 01dc2f5100
commit 8291746dd4
17 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
(() => {
'use strict'
document.querySelector('#navbarSideCollapse').addEventListener('click', () => {
document.querySelector('.offcanvas-collapse').classList.toggle('open')
})
})()