magic4
This commit is contained in:
8
static/Magic4/js/off-canvas.js
Normal file
8
static/Magic4/js/off-canvas.js
Normal file
@@ -0,0 +1,8 @@
|
||||
(function($) {
|
||||
'use strict';
|
||||
$(function() {
|
||||
$('[data-toggle="offcanvas"]').on("click", function() {
|
||||
$('.sidebar-offcanvas').toggleClass('active')
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user