Mercurial > libervia-templates
view sat_templates/templates/bulma/_browser/__init__.py @ 302:60979d67eae7
bulma (invitation): use neutral "page" term as invitation manager is used not only for photo albums
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 20 Feb 2021 13:37:25 +0100 |
parents | 0e69b5843c2f |
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')