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

quote attribute value in selector in offcanvas.js

parent ad1e1eb0
$(document).ready(function () { $(document).ready(function () {
$('[data-toggle=offcanvas]').click(function () { $('[data-toggle="offcanvas"]').click(function () {
$('.row-offcanvas').toggleClass('active') $('.row-offcanvas').toggleClass('active')
}); });
}); });
\ No newline at end of file
Markdown is supported
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