mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-12 00:08:59 +01:00
19f95a3d8d
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
8 lines
204 B
JavaScript
8 lines
204 B
JavaScript
(function () {
|
|
'use strict'
|
|
|
|
document.querySelector('#navbarSideCollapse').addEventListener('click', function () {
|
|
document.querySelector('.offcanvas-collapse').classList.toggle('open')
|
|
})
|
|
})()
|