Commit 96e2f933 authored by Chris Rebert's avatar Chris Rebert
Browse files

quote attribute value in selector in offcanvas.js

parent ad1e1eb0
Showing with 1 addition and 1 deletion
+1 -1
$(document).ready(function () {
$('[data-toggle=offcanvas]').click(function () {
$('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment