mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
📖 created recipe section
This commit is contained in:
@@ -170,7 +170,6 @@
|
||||
var $mainmenu = $('.main-menu');
|
||||
var path = window.location.pathname;
|
||||
$mainmenu.find('a[href="' + path + '"]').each(function (i, e) {
|
||||
console.log($(e).children('a'))
|
||||
$(e).children('p').addClass('active');
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user