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:
committed by
Mark Otto
parent
01dc2f5100
commit
8291746dd4
@@ -0,0 +1,7 @@
|
||||
(() => {
|
||||
'use strict'
|
||||
|
||||
document.querySelector('#navbarSideCollapse').addEventListener('click', () => {
|
||||
document.querySelector('.offcanvas-collapse').classList.toggle('open')
|
||||
})
|
||||
})()
|
Reference in New Issue
Block a user