From a9c829bc0c75dd7723e6c74e1defaab5dbb4c00b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Dec 2013 22:47:03 -0800 Subject: Rearrange repository contents because muahahahahahaha --- examples/offcanvas/offcanvas.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/offcanvas/offcanvas.js (limited to 'examples/offcanvas/offcanvas.js') 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 -- cgit v1.2.3