Javascript does not work on the site! Everything works on the tablet, but not on the computer and the smartphone.
This is the shift script:
<script> function next_banner() { $("#div_s1").fadeToggle(400, "linear"); $("#div_s2").fadeToggle(400, "linear"); setTimeout(next_banner, 4000); } var change_form_flag = 0; function test_change_form() { if(!change_form_flag) { _tmr.push({ id: '2683702', type: 'reachGoal', goal: 'howmuch_start' }); change_form_flag = 1; } } </script> Please tell me what the problem is and how to fix it?