diff options
| author | Chris Rebert <[email protected]> | 2014-04-19 17:37:39 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-19 17:38:00 -0700 |
| commit | 96e2f9332b7d2e6426e0a02dd5bc4ba34941f952 (patch) | |
| tree | c244b969b2b6c48bec9e3b2113cc35f3c1a39ee3 | |
| parent | ad1e1eb02682c04dec340af0a79a14c233dc2c7b (diff) | |
| download | bootstrap-96e2f9332b7d2e6426e0a02dd5bc4ba34941f952.tar.xz bootstrap-96e2f9332b7d2e6426e0a02dd5bc4ba34941f952.zip | |
quote attribute value in selector in offcanvas.js
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/offcanvas.js b/docs/examples/offcanvas/offcanvas.js index ade5751fd..d2f37f22c 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 |
