Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1453:d62df81440c6
pages (lists/view): fix serialisation of `extra` when calling `listGet`
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 08 Sep 2021 12:08:00 +0200 |
parents | 08739952a18f |
children |
line wrap: on
line source
"""manage common dialogs""" from browser import document def remove_loading_screen(): print("removing loading screen") document['loading_screen'].remove()