Mercurial > libervia-web
view libervia/pages/_browser/loading.py @ 1431:7472d5a88006
browser(bridge): allow some bridge methods for session profile:
This let the cache to be filled to retrieve identities, and avoid an error message.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Jun 2021 17:57:29 +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()