mirror of
https://ghproxy.net/https://github.com/AlxMedia/airl.git
synced 2025-08-26 16:49:27 +08:00
remove unused js
This commit is contained in:
parent
69e4cc925f
commit
035ffedfe1
1 changed files with 0 additions and 11 deletions
|
@ -154,15 +154,4 @@ jQuery(document).ready(function($) {
|
|||
} );
|
||||
} );
|
||||
|
||||
/* Move sidebar
|
||||
/* ------------------------------------ */
|
||||
$(window).on('load resize',function(){
|
||||
if ($(window).width() < 960) {
|
||||
$(".sidebar.s1").appendTo("#move-sidebar-content");
|
||||
}
|
||||
else {
|
||||
$(".sidebar.s1").appendTo("#move-sidebar-header");
|
||||
}
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue