Jump to content

All home tabs closed if cache enabled


Recommended Posts

Hey,

 

I have strange bug. If cache enabled -> all home tabs closed. If I clear all my website cache it works for first time. Second time again - all tabs closed.

 

my theme/js/index.js content:

$(document).ready(function(){
    $('#home-page-tabs li:first, #index .tab-content ul:first').addClass('active');
});

Tab.tpl content:

<li><a data-toggle="tab" href="#homefeatured" class="homefeatured">{l s='Popular' mod='homefeatured'}</a></li>

What should I do? If I disable CACHE it works perfect. I tried to upload newst home featured code. Still same effect.
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...