cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble with Chrome with 2 js files strange caracters

Trouble with Chrome with 2 js files strange caracters

Hi 

got some trouble with two js files on google chrome but not on firefox.

Website is https://espace-camera.com

On firefox the main page show menu drop down using sidebar_menu.js

the file is :

var jz=jQuery.noConflict();jz(document).ready(function(){jz("#nav li").hover(function(){jz(this).addClass("hover")},function(){jz(this).removeClass("hover")});jz("#nav ul").each(function(){jz(this).parent().addClass("items")});var e=false;jz("#nav > li, #nav > li > ul > li").not(".active").each(function(){jz(this).on("mouseenter mouseleave",function(){if(jz(this).hasClass("items")){var t=30;function n(r){if(t>0){if(r.hasClass("hover")){if(e==false){e=true;r.children("ul").slideDown("slow",function(){e=false});t=t-10}}else{if(e==false){e=true;r.children("ul").slideUp("normal",function(){e=false})}}t--;setTimeout(function(){n(r)},200)}}n(jz(this))}})})})

 

on goggle chrome it doesn't drop down and source is :

��������P�j�0��+�w�!	�v�����&Q��c[NiC�}��ei	�a�%KO��
�%�Ku��ι�{kZ�j�<\xc�ЃA�;�͙��Ԩ��b�*{6rH�b"�����"�M���{�bS��栧�Cg�pe	�X@��&�Q:R��l
��q�@+B�J��wގt���t���X�,��2�_�����
.��I��������^�guX��$1�E�����L��꺔�B�ty�)ݐ�E��V
���^�ӝ��#�V�����c�ב3c]/���i�,+=���\[8�8��EA]f��1��oi��K���

what can be the problem ?