mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
quote attribute value in selector in offcanvas.js
This commit is contained in:
parent
ad1e1eb026
commit
96e2f9332b
@ -1,5 +1,5 @@
|
||||
$(document).ready(function () {
|
||||
$('[data-toggle=offcanvas]').click(function () {
|
||||
$('[data-toggle="offcanvas"]').click(function () {
|
||||
$('.row-offcanvas').toggleClass('active')
|
||||
});
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user