I saw with the tools of IE that there is a warning with jQuery("body").fitVids();
See the picture below
it's seems come from this
C:\wamp\www\templates\gk_news2\layouts\default.php (1 hit)
Line 298: jQuery("body").fitVids();
- Code: Select all
<script>
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
});
</script>
Is it a big problem or not really ? I don't know the function of these lines.
Can we remove these lines safely or fix this bug, or leave it like this ?
Thank you
Best Regards
Melvine