diff options
| author | Mark Otto <[email protected]> | 2013-12-28 22:47:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-28 22:47:03 -0800 |
| commit | a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b (patch) | |
| tree | 40f97935b43672014afa1dc050a22c9c5ae62bb8 /examples/offcanvas/offcanvas.js | |
| parent | 5bf13914e49942409c0b21aeaf2ed756c41bd498 (diff) | |
| download | bootstrap-a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b.tar.xz bootstrap-a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b.zip | |
Rearrange repository contents because muahahahahahaha
Diffstat (limited to 'examples/offcanvas/offcanvas.js')
| -rw-r--r-- | examples/offcanvas/offcanvas.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/offcanvas/offcanvas.js b/examples/offcanvas/offcanvas.js deleted file mode 100644 index 12f2dff51..000000000 --- a/examples/offcanvas/offcanvas.js +++ /dev/null @@ -1,5 +0,0 @@ -$(document).ready(function() { - $('[data-toggle=offcanvas]').click(function() { - $('.row-offcanvas').toggleClass('active'); - }); -});
\ No newline at end of file |
