0.0.142 routes
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
$(document).ready(function() {
|
||||
if (window.innerWidth < 800) {
|
||||
$(".b_filter_routes").addClass('modal');
|
||||
return;
|
||||
}
|
||||
let header_height = $("#header_bg")[0].offsetHeight;
|
||||
let _scroll = new scroll({
|
||||
attach_top: header_height + 20,
|
||||
|
||||
Reference in New Issue
Block a user