The auto refresh doesnt work, and on IE on the bottom left is shows errors so I searched the lines that were causing errors (3 of them) it states it as a syntax error
Code:
<script type="text/javascript">setInterval(function(){recreatead("header", "ajax.php", , "header")}, 10190)</script>
it appears to have to do with the auto refresh, which explains why it dont refresh.
so I found the code in the php file but not sure how to fix it
Code:
return '<script type="text/javascript">setInterval(function(){recreatead("'.$adcode_name.'", "'.$file.'", '.(string) $is_bit.', "'.$setting_name.'")}, '.$refresh.')</script>';
or could it be the
Code:
function recreatead(id, file, is_bit, setting_id)
thats in the .js file?
Can you double check if its the code or a setting that went wrong?
Thanks