aboutsummaryrefslogtreecommitdiff
path: root/examples/offcanvas/offcanvas.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/offcanvas/offcanvas.js')
-rw-r--r--examples/offcanvas/offcanvas.js5
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