I need an urgent help with my site: https://drevelina.co.il
site shows only java code
Code: Select all
$(document).ready(function()
{$("a[href*='#header']").click(function(event)
{event.preventDefault();$('html, body').stop().animate({scrollTop:$('#wb_header').offset().top},600,'easeOutCirc');});var Top_AboutOpts={delay:8000,duration:500,easing:'easeInSine',mode:'puff',direction:'',scalemode:3,pagination:true,pagination_img_default:'images/Top_About-default.png',pagination_img_active:'images/Top_About-active.png',pause:null,start:0};$("#wb_Top_About").attr('dir','ltr');$("#Top_About").carouseleffects(Top_AboutOpts);$('#About').parallax();$("a[href*='#Sample_P']").click(function(event)
{event.preventDefault();$('html, body').stop().animate({scrollTop:$('#Sample_P').offset().top},600,'linear');});$("a[href*='#Contact']").click(function(event)
{event.preventDefault();$('html, body').stop().animate({scrollTop:$('#Contact').offset().top},600,'linear');});$(document).on('click','.ThemeableMenu2-navbar-collapse.in',function(e)
{if($(e.target).is('a')&&($(e.target).attr('class')!='dropdown-toggle'))
{$(this).collapse('hide');}});$("#wb_ResponsiveMenu1 ul li a").click(function(event)
{$("#wb_ResponsiveMenu1 input").prop("checked",false);});var iOS=!!navigator.platform&&/iPad|iPhone|iPod/.test(navigator.platform);if(iOS)
{$('#About').css('background-attachment','scroll');}});(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create','UA-125084781-1','auto');ga('send','pageview');