view templates/default/_browser/__init__.py @ 25:91e2f18bbbbb

presentation: temporarily disable broken installation sections
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 09:14:04 +0200
parents dc880664a8ec
children
line wrap: on
line source

from browser import bind, document


@bind("#main_menu_burger", "click")
def burger_click(ev):
    document["main_menu"].classList.toggle('is-active')
    document["main_menu_burger"].classList.toggle('is-active')