From: Chris Rebert Date: Sun, 20 Apr 2014 00:37:39 +0000 (-0700) Subject: quote attribute value in selector in offcanvas.js X-Git-Tag: v3.2.0~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e2f9332b7d2e6426e0a02dd5bc4ba34941f952;p=thirdparty%2Fbootstrap.git quote attribute value in selector in offcanvas.js --- diff --git a/docs/examples/offcanvas/offcanvas.js b/docs/examples/offcanvas/offcanvas.js index ade5751fdb..d2f37f22c9 100644 --- a/docs/examples/offcanvas/offcanvas.js +++ b/docs/examples/offcanvas/offcanvas.js @@ -1,5 +1,5 @@ $(document).ready(function () { - $('[data-toggle=offcanvas]').click(function () { + $('[data-toggle="offcanvas"]').click(function () { $('.row-offcanvas').toggleClass('active') }); }); \ No newline at end of file