[ADD] theme saas-6
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$(function(){
|
||||
$('#menuToggle, .menu-close').on('click', function(){
|
||||
$('body').toggleClass('o_bigslide_open');
|
||||
});
|
||||
$('main, footer').on('click', function(){
|
||||
if ($('body').hasClass('o_bigslide_open')) {
|
||||
$('body').removeClass('o_bigslide_open');
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user