diff --git a/trunk/src/AppBundle/Resources/public/js/custom.js b/trunk/src/AppBundle/Resources/public/js/custom.js index b8acfa0a..ba45381b 100644 --- a/trunk/src/AppBundle/Resources/public/js/custom.js +++ b/trunk/src/AppBundle/Resources/public/js/custom.js @@ -294,22 +294,11 @@ jQuery(document).ready(function($) { $(".header .dropdown:not(.openClick) .nav-first-a").click( function () { - window.location.href = $(this).attr('href'); - // console.log($(this)); - } - ); - /* $(".header .dropdown").click( - function() { if($(window).width() > 768){ - var _self = $(this); - setTimeout( - function() - { - window.location.href = _self.find('a').attr('href'); - }, 500); + window.location.href = $(this).attr('href'); } } - );*/ + ); }