Skip to content

sidebar navbar "active" option problem #11

@cmerida79

Description

@cmerida79

Hi,
When create item fail and the controller action render :new again I have active the index link option because of this: (in sb-admin-2.js)

var url = window.location;
var element = $('ul.nav a').filter(function() {
return this.href == url;
}).addClass('active').parents('ul').addClass('in');
if (element.is('li')) {
element.addClass('active');
}

the render :new set url without /new and the href checkin in js is true...

Regards,

Carlos

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions