0
0
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:
Chris Rebert 2014-04-19 17:37:39 -07:00
parent ad1e1eb026
commit 96e2f9332b

View File

@ -1,5 +1,5 @@
$(document).ready(function () {
$('[data-toggle=offcanvas]').click(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});