mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
(More or less) finish upgrading to Bootstrap 4
This commit is contained in:
@@ -21,8 +21,8 @@ U = function(relativePath)
|
||||
|
||||
if (!Grocy.ActiveNav.isEmpty())
|
||||
{
|
||||
var menuItem = $('.nav').find("[data-nav-for-page='" + Grocy.ActiveNav + "']");
|
||||
menuItem.addClass('active');
|
||||
var menuItem = $('#sidebarResponsive').find("[data-nav-for-page='" + Grocy.ActiveNav + "']");
|
||||
menuItem.addClass('active-page');
|
||||
}
|
||||
|
||||
$.timeago.settings.allowFuture = true;
|
||||
|
Reference in New Issue
Block a user