mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00:00
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!
7 lines
210 B
JavaScript
7 lines
210 B
JavaScript
(function () {
|
|
'use strict'
|
|
|
|
document.querySelector('[data-toggle="offcanvas"]').addEventListener('click', function () {
|
|
document.querySelector('.offcanvas-collapse').classList.toggle('open')
|
|
})
|
|
})()
|