in themes/kube/static/js/kube.js [1168:1181]
setActiveItem: function()
{
if (this.opts.active !== false)
{
this.opts.currentItem = this.getItemBy(this.opts.active);
this.opts.active = this.opts.currentItem.hash;
}
if (this.opts.currentItem !== false)
{
this.addActive(this.opts.currentItem);
this.opts.currentItem.$box.removeClass('hide');
}
},