Line 32: | Line 32: | ||
); | ); | ||
//Height responsiveness | //Height responsiveness | ||
− | |||
$(window).resize(function() { | $(window).resize(function() { | ||
wheight = $(window).height(); | wheight = $(window).height(); | ||
Line 40: | Line 39: | ||
$(window).trigger('resize'); | $(window).trigger('resize'); | ||
− | |||
//Menu moveto container on item click functionallity | //Menu moveto container on item click functionallity | ||
$('.menu-item').on('click', function(){ | $('.menu-item').on('click', function(){ |
Revision as of 04:13, 17 August 2017