diff --git a/assets/html/booklistswap.html b/assets/html/booklistswap.html index 80c1c71b..00197100 100644 --- a/assets/html/booklistswap.html +++ b/assets/html/booklistswap.html @@ -372,14 +372,13 @@ Home - - + + - + - + Rate Us + + - - + +
  • - + Community chat - +
  • - +
  • -
    -
    - -
    -
  • - - +
    +
    +
    - - - + - - - -
    - -
    + +
    + +
    + let menu = document.getElementById('mobile_View_Menu') + let navbar_con = document.querySelector('.navbar') + menu.addEventListener('click', () => { + if (menu.classList.contains('open_menu')) { + menu.classList.remove('open_menu') + navbar_con.classList.add('nav_activated') + } + else { + menu.classList.add('open_menu') + navbar_con.classList.remove('nav_activated') + } + }) + + window.addEventListener("scroll", onScroll); + + - - -
    - - -
    +
    + + +
    - - + +
    @@ -895,7 +936,7 @@

    ${title}

    Author: ${author}

    Genre: ${genre}

    - +

    Interested Bookworm