Mercurial > libervia-templates
view sat_templates/templates/bulma/_browser/__init__.py @ 283:a50075db625c
bulma (photo/item): show videos and their thumbnails
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Aug 2020 08:45:35 +0200 |
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')