<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">define(["jquery"],function($){$(document).ready(function(){$('.sm_megamenu_menu &gt; li &gt; div').parent().addClass('parent-item');var full_width=$('body').innerWidth();$('.full-content').css({'width':full_width});$(window).resize(function(){var full_width=$('body').innerWidth();$('.full-content').css({'width':full_width});});$('body').bind('touchstart',function(){});$('#yt-totop').click(function(){$('body,html').animate({scrollTop:0},800);return false;});$("#yt-totop-fix").hide();$(function(){var wh=$(window).height();var whtml=$(document).height();$(window).scroll(function(){if($(this).scrollTop()&gt;whtml / 10){$('#yt-totop-fix').fadeIn();}else{$('#yt-totop-fix').fadeOut();}});$('#yt-totop-fix').click(function(){$('body,html').animate({scrollTop:0},800);return false;});});function fixWidth(){if($('.header-style-10').length&amp;&amp;$('.home-page-10').length&amp;&amp;full_width&gt;768){var header_width=$('.header-wrapper &gt; .container').width();$('#maincontent').css({'width':header_width+60,'display':'block'});$('.header-wrapper').css({'width':header_width+60,'display':'block'});}}
fixWidth();$(window).resize(function(){fixWidth();});});});</pre></body></html>