Menu first hidden by destop -

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3388 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-04-12 15:05:02 +00:00
parent c42c7358ea
commit ee9a1ce0ec
4 changed files with 19 additions and 8 deletions

View file

@ -289,14 +289,15 @@ jQuery(document).ready(function($) {
$(this).toggleClass('open');
}
);
$(".header .dropdown:not(.openClick)").click(
function() {
window.location.href = $(this).find('a').attr('href');
}
);
}
$(".header .dropdown:not(.openClick)").click(
function() {
if($(window).width() > 768){
window.location.href = $(this).find('a').attr('href');
}
}
);
$('.selectpicker').selectpicker({