don't user absolute path in navbar.js

This commit is contained in:
hossainemruz 2020-06-13 01:26:34 +06:00
parent 66df7ac029
commit 3291da042b
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ var isMobile = false, isTablet = false, isLaptop = false;
}
adjustPostCardsHeight();
// ============= Sidebar Tre ================
// ============= Sidebar Tree ================
function buildSidebarMenu() {
var openedClass = "fa-minus-circle";
var closedClass = "fa-plus-circle";