Mercurial > libervia-web
view libervia/web/pages/_browser/loading.py @ 1629:961468588131 default tip
doc (chat): Add documentation for message origin:
fix 459
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 08 Jun 2025 17:29:39 +0200 |
parents | eb00d593801d |
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()