1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 15:29:06 +02:00

update to 4.2.1

This commit is contained in:
Mark Otto
2018-12-22 12:03:13 -08:00
parent 5b27630cb4
commit d6678e8c46
218 changed files with 85211 additions and 1065 deletions

View File

@@ -0,0 +1,7 @@
$(function () {
'use strict'
$('[data-toggle="offcanvas"]').on('click', function () {
$('.offcanvas-collapse').toggleClass('open')
})
})