mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Made it almost to the accounts.
This commit is contained in:
@@ -29,8 +29,8 @@ $(function() {
|
||||
var url = window.location;
|
||||
var element = $('ul.nav a').filter(function() {
|
||||
return this.href == url || url.href.indexOf(this.href) == 0;
|
||||
}).addClass('active').parent().parent().addClass('in').parent();
|
||||
}).parent().parent().addClass('in').parent();/*addClass('active')*/
|
||||
if (element.is('li')) {
|
||||
element.addClass('active');
|
||||
//element.addClass('active');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user