2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
View File
@@ -1,5 +1,5 @@
$(document).ready(function () {
$('[data-toggle=offcanvas]').click(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});