solved Nova footer.tpl change?

MAD
MAD
@madc
10 years ago
600 posts
Just curious as to why in the latest update of the Nova skin ( Because I am using a clone )
Why this code was removed from the footer.tpl ( around line 78 )?

        if ($.browser.msie && $.browser.version.substr(0,1)<7)
        {ldelim}
            $('li').has('ul').mouseover(function(){ldelim}
                $(this).children('ul').css('visibility','visible');
            {rdelim}).mouseout(function(){ldelim}
                        $(this).children('ul').css('visibility','hidden');
                {rdelim})
        {rdelim}

Can I Remove it from my cloned version?


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 04/11/14 10:11:25PM
brian
@brian
10 years ago
10,148 posts
We have never supported IE6 with JR5, so this bit of code is not needed.

If you need to support IE6 users, you can leave it in.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
MAD
MAD
@madc
10 years ago
600 posts
Thanks @brian.


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

Tags